Class StoredInfoTypeVersion (2.0.2)

StoredInfoTypeVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.

Attributes

NameDescription
config .dlp.StoredInfoTypeConfig
StoredInfoType configuration.
create_time .timestamp.Timestamp
Create timestamp of the version. Read-only, determined by the system when the version is created.
state .dlp.StoredInfoTypeState
Stored info type version state. Read-only, updated by the system during dictionary creation.
errors Sequence[.dlp.Error]
Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first. For example, some of the data for stored custom dictionaries is put in the user's Google Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid. If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.
stats .dlp.StoredInfoTypeStats
Statistics about this storedInfoType version.