GooglePrivacyDlpV2PartitionIdArgs

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)

Functions

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

Properties

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

If not empty, the ID of the namespace to which the entities belong.

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

The ID of the project to which the entities belong.