GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType (google_api_dlp v0.54.0)
View SourceA 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
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2StoredType{ createTime: DateTime.t() | nil, name: String.t() | nil }