UserInvitationAccepter

class UserInvitationAccepter : KotlinCustomResource

Properties

Link copied to clipboard
val allowEmptyId: Output<Boolean>?

Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val invitationId: Output<String>?

ID of the invitation to accept. Must be set when allow_empty_id is false.

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