UserInvitationAccepterArgs

data class UserInvitationAccepterArgs(val allowEmptyId: Output<Boolean>? = null, val invitationId: Output<String>? = null) : ConvertibleToJava<UserInvitationAccepterArgs>

Constructors

Link copied to clipboard
constructor(allowEmptyId: Output<Boolean>? = null, invitationId: Output<String>? = null)

Properties

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

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 invitationId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): UserInvitationAccepterArgs