GooglePrivacyDlpV2StoredTypeArgs

data class GooglePrivacyDlpV2StoredTypeArgs(val createTime: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<GooglePrivacyDlpV2StoredTypeArgs>

A reference to a StoredInfoType to use with scanning.

Constructors

Link copied to clipboard
fun GooglePrivacyDlpV2StoredTypeArgs(createTime: Output<String>? = null, name: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2StoredTypeArgs

Properties

Link copied to clipboard
val createTime: Output<String>? = null

Timestamp indicating when the version of the StoredInfoType used for inspection was created. Output-only field, populated by the system.

Link copied to clipboard
val name: Output<String>? = null

Resource name of the requested StoredInfoType, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.