Membership

class Membership : KotlinCustomResource

Creates a Membership. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

The time when the Membership was created.

Link copied to clipboard
val deliverySetting: Output<String>

Delivery setting associated with the membership.

Link copied to clipboard
val groupId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the Membership. Shall be of the form groups/{group}/memberships/{membership}.

Link copied to clipboard

Immutable. The EntityKey of the member.

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

The MembershipRoles that apply to the Membership. If unspecified, defaults to a single MembershipRole with name MEMBER. Must not contain duplicate MembershipRoles with the same name.

Link copied to clipboard
val type: Output<String>

The type of the membership.

Link copied to clipboard
val updateTime: Output<String>

The time when the Membership was last updated.

Link copied to clipboard
val urn: Output<String>