BucketIamMember

class BucketIamMember : KotlinCustomResource

Updates an IAM policy for the specified bucket.

Properties

Link copied to clipboard
val condition: Output<Condition>?

An IAM Condition for a given binding. See https://cloud.google.com/iam/docs/conditions-overview for additional details.

Link copied to clipboard
val etag: Output<String>

The etag of the resource's IAM policy.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val member: Output<String>

A collection of identifiers for members who may assume the provided role. Recognized identifiers are as follows:

Link copied to clipboard
val name: Output<String>

The name of the resource to manage IAM policies for.

Link copied to clipboard
val project: Output<String>

The project in which the resource belongs. If it is not provided, a default will be supplied.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val role: Output<String>

The role to which members belong. Two types of roles are supported: new IAM roles, which grant permissions that do not map directly to those provided by ACLs, and legacy IAM roles, which do map directly to ACL permissions. All roles are of the format roles/storage.specificRole. The new IAM roles are:

Link copied to clipboard
val urn: Output<String>