Package com.pulumi.gcp.kms.inputs
Class CryptoKeyIAMMemberState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.kms.inputs.CryptoKeyIAMMemberState
-
public final class CryptoKeyIAMMemberState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CryptoKeyIAMMemberState.Builder
-
Field Summary
Fields Modifier and Type Field Description static CryptoKeyIAMMemberState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoKeyIAMMemberState.Builder
builder()
static CryptoKeyIAMMemberState.Builder
builder(CryptoKeyIAMMemberState defaults)
java.util.Optional<com.pulumi.core.Output<CryptoKeyIAMMemberConditionArgs>>
condition()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
cryptoKeyId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
etag()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
member()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
role()
-
-
-
Field Detail
-
Empty
public static final CryptoKeyIAMMemberState Empty
-
-
Method Detail
-
condition
public java.util.Optional<com.pulumi.core.Output<CryptoKeyIAMMemberConditionArgs>> condition()
- Returns:
- ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding. Structure is documented below.
-
cryptoKeyId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cryptoKeyId()
- Returns:
- 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.
-
etag
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> etag()
- Returns:
- (Computed) The etag of the project's IAM policy.
-
member
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> member()
-
role
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> role()
- Returns:
- The role that should be applied. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.
-
builder
public static CryptoKeyIAMMemberState.Builder builder()
-
builder
public static CryptoKeyIAMMemberState.Builder builder(CryptoKeyIAMMemberState defaults)
-
-