Package com.pulumi.gcp.kms.inputs
Class CryptoKeyIAMMemberState.Builder
- java.lang.Object
-
- com.pulumi.gcp.kms.inputs.CryptoKeyIAMMemberState.Builder
-
- Enclosing class:
- CryptoKeyIAMMemberState
public static final class CryptoKeyIAMMemberState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CryptoKeyIAMMemberState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoKeyIAMMemberState
build()
CryptoKeyIAMMemberState.Builder
condition(com.pulumi.core.Output<CryptoKeyIAMMemberConditionArgs> condition)
CryptoKeyIAMMemberState.Builder
condition(CryptoKeyIAMMemberConditionArgs condition)
CryptoKeyIAMMemberState.Builder
cryptoKeyId(com.pulumi.core.Output<java.lang.String> cryptoKeyId)
CryptoKeyIAMMemberState.Builder
cryptoKeyId(java.lang.String cryptoKeyId)
CryptoKeyIAMMemberState.Builder
etag(com.pulumi.core.Output<java.lang.String> etag)
CryptoKeyIAMMemberState.Builder
etag(java.lang.String etag)
CryptoKeyIAMMemberState.Builder
member(com.pulumi.core.Output<java.lang.String> member)
CryptoKeyIAMMemberState.Builder
member(java.lang.String member)
CryptoKeyIAMMemberState.Builder
role(com.pulumi.core.Output<java.lang.String> role)
CryptoKeyIAMMemberState.Builder
role(java.lang.String role)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CryptoKeyIAMMemberState defaults)
-
-
Method Detail
-
condition
public CryptoKeyIAMMemberState.Builder condition(@Nullable com.pulumi.core.Output<CryptoKeyIAMMemberConditionArgs> condition)
- Parameters:
condition
- ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.- Returns:
- builder
-
condition
public CryptoKeyIAMMemberState.Builder condition(CryptoKeyIAMMemberConditionArgs condition)
- Parameters:
condition
- ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.- Returns:
- builder
-
cryptoKeyId
public CryptoKeyIAMMemberState.Builder cryptoKeyId(@Nullable com.pulumi.core.Output<java.lang.String> cryptoKeyId)
- Parameters:
cryptoKeyId
- The crypto key ID, in the form `{project_id}/{location_name}/{key_ring_name}/{crypto_key_name}` or `{location_name}/{key_ring_name}/{crypto_key_name}`. In the second form, the provider's project setting will be used as a fallback. * `member/members` - (Required) Identities that will be granted the privilege in `role`. Each entry can have one of the following values: * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account. * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account. * **user:{emailid}**: An email address that represents a specific Google account. For example, [email protected] or [email protected]. * **serviceAccount:{emailid}**: An email address that represents a service account. For example, [email protected]. * **group:{emailid}**: An email address that represents a Google group. For example, [email protected]. * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.- Returns:
- builder
-
cryptoKeyId
public CryptoKeyIAMMemberState.Builder cryptoKeyId(java.lang.String cryptoKeyId)
- Parameters:
cryptoKeyId
- The crypto key ID, in the form `{project_id}/{location_name}/{key_ring_name}/{crypto_key_name}` or `{location_name}/{key_ring_name}/{crypto_key_name}`. In the second form, the provider's project setting will be used as a fallback. * `member/members` - (Required) Identities that will be granted the privilege in `role`. Each entry can have one of the following values: * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account. * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account. * **user:{emailid}**: An email address that represents a specific Google account. For example, [email protected] or [email protected]. * **serviceAccount:{emailid}**: An email address that represents a service account. For example, [email protected]. * **group:{emailid}**: An email address that represents a Google group. For example, [email protected]. * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.- Returns:
- builder
-
etag
public CryptoKeyIAMMemberState.Builder etag(@Nullable com.pulumi.core.Output<java.lang.String> etag)
- Parameters:
etag
- (Computed) The etag of the project's IAM policy.- Returns:
- builder
-
etag
public CryptoKeyIAMMemberState.Builder etag(java.lang.String etag)
- Parameters:
etag
- (Computed) The etag of the project's IAM policy.- Returns:
- builder
-
member
public CryptoKeyIAMMemberState.Builder member(@Nullable com.pulumi.core.Output<java.lang.String> member)
-
member
public CryptoKeyIAMMemberState.Builder member(java.lang.String member)
-
role
public CryptoKeyIAMMemberState.Builder role(@Nullable com.pulumi.core.Output<java.lang.String> role)
- Parameters:
role
- The role that should be applied. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.- Returns:
- builder
-
role
public CryptoKeyIAMMemberState.Builder role(java.lang.String role)
- Parameters:
role
- The role that should be applied. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.- Returns:
- builder
-
build
public CryptoKeyIAMMemberState build()
-
-