Workload Identity Pool Args
data class WorkloadIdentityPoolArgs(val description: Output<String>? = null, val disabled: Output<Boolean>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val workloadIdentityPoolId: Output<String>? = null) : ConvertibleToJava<WorkloadIdentityPoolArgs>
Creates a new WorkloadIdentityPool. You cannot reuse the name of a deleted pool until 30 days after deletion. Auto-naming is currently not supported for this resource.
Constructors
Properties
Link copied to clipboard
A description of the pool. Cannot exceed 256 characters.
Link copied to clipboard
A display name for the pool. Cannot exceed 32 characters.
Link copied to clipboard
Required. The ID to use for the pool, which becomes the final component of the resource name. This value should be 4-32 characters, and may contain the characters a-z0-9-. The prefix gcp-
is reserved for use by Google, and may not be specified.