Google Privacy Dlp V2Partition Id Args
data class GooglePrivacyDlpV2PartitionIdArgs(val namespaceId: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<GooglePrivacyDlpV2PartitionIdArgs>
Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty. A partition ID contains several dimensions: project ID and namespace ID.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2PartitionIdArgs(namespaceId: Output<String>? = null, project: Output<String>? = null)