MembershipRbacRoleBinding

class MembershipRbacRoleBinding : KotlinCustomResource

{{% examples %}}

Example Usage

{{% /examples %}}

Import

MembershipRBACRoleBinding can be imported using any of these accepted formats

$ pulumi import gcp:gkehub/membershipRbacRoleBinding:MembershipRbacRoleBinding default projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}/rbacrolebindings/{{membership_rbac_role_binding_id}}
$ pulumi import gcp:gkehub/membershipRbacRoleBinding:MembershipRbacRoleBinding default {{project}}/{{location}}/{{membership_id}}/{{membership_rbac_role_binding_id}}
$ pulumi import gcp:gkehub/membershipRbacRoleBinding:MembershipRbacRoleBinding default {{location}}/{{membership_id}}/{{membership_rbac_role_binding_id}}

Properties

Link copied to clipboard
val createTime: Output<String>

Time the RBAC Role Binding was created in UTC.

Link copied to clipboard
val deleteTime: Output<String>

Time the RBAC Role Binding was deleted in UTC.

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

Location of the Membership

Link copied to clipboard
val membershipId: Output<String>

Id of the membership

Link copied to clipboard

The client-provided identifier of the RBAC Role Binding.

Link copied to clipboard
val name: Output<String>

The resource name for the RBAC Role Binding

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Role to bind to the principal. Structure is documented below.

Link copied to clipboard

State of the RBAC Role Binding resource. Structure is documented below.

Link copied to clipboard
val uid: Output<String>

Google-generated UUID for this resource.

Link copied to clipboard
val updateTime: Output<String>

Time the RBAC Role Binding was updated in UTC.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val user: Output<String>

Principal that is be authorized in the cluster (at least of one the oneof is required). Updating one will unset the other automatically. user is the name of the user as seen by the kubernetes cluster, example "alice" or "alice@domain.tld"