Class GooglePrivacyDlpV2StoredInfoTypeVersion
Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2StoredInfoTypeVersion : IDirectResponseSchema
Properties
Config
StoredInfoType configuration.
Declaration
[JsonProperty("config")]
public virtual GooglePrivacyDlpV2StoredInfoTypeConfig Config { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2StoredInfoTypeConfig |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Create timestamp of the version. Read-only, determined by the system when the version is created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
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 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.
Declaration
[JsonProperty("errors")]
public virtual IList<GooglePrivacyDlpV2Error> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2Error> |
State
Stored info type version state. Read-only, updated by the system during dictionary creation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Stats
Statistics about this storedInfoType version.
Declaration
[JsonProperty("stats")]
public virtual GooglePrivacyDlpV2StoredInfoTypeStats Stats { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2StoredInfoTypeStats |