google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType View Source
A reference to a StoredInfoType to use with scanning.
Attributes
createTime(type:DateTime.t, default:nil) - Timestamp indicating when the version of theStoredInfoTypeused for inspection was created. Output-only field, populated by the system.name(type:String.t, default:nil) - Resource name of the requestedStoredInfoType, for exampleorganizations/433245324/storedInfoTypes/432452342orprojects/project-id/storedInfoTypes/432452342.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType{
createTime: DateTime.t(),
name: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.