GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType (google_api_dlp v0.39.1) 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
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType{
createTime: DateTime.t(),
name: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.