Get Invitation Result
data class GetInvitationResult(val azureApiVersion: String, val expirationDate: String? = null, val id: String, val invitationId: String, val invitationStatus: String, val name: String, val respondedAt: String, val sentAt: String, val systemData: SystemDataResponse, val targetActiveDirectoryId: String? = null, val targetEmail: String? = null, val targetObjectId: String? = null, val type: String, val userEmail: String, val userName: String)
A Invitation data transfer object.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, expirationDate: String? = null, id: String, invitationId: String, invitationStatus: String, name: String, respondedAt: String, sentAt: String, systemData: SystemDataResponse, targetActiveDirectoryId: String? = null, targetEmail: String? = null, targetObjectId: String? = null, type: String, userEmail: String, userName: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The expiration date for the invitation and share subscription.
Link copied to clipboard
unique invitation id
Link copied to clipboard
The status of the invitation.
Link copied to clipboard
The time the recipient responded to the invitation.
Link copied to clipboard
System Data of the Azure resource.
Link copied to clipboard
The target Azure AD Id. Can't be combined with email.
Link copied to clipboard
The email the invitation is directed to.
Link copied to clipboard
The target user or application Id that invitation is being sent to. Must be specified along TargetActiveDirectoryId. This enables sending invitations to specific users or applications in an AD tenant.