GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType (google_api_dlp v0.41.0) View Source
A reference to a StoredInfoType to use with scanning.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Timestamp indicating when the version of theStoredInfoType
used 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/432452342
orprojects/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() | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.