GetInvitationResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val expirationDate: String? = null

The expiration date for the invitation and share subscription.

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

unique invitation id

Link copied to clipboard

The status of the invitation.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

The time the recipient responded to the invitation.

Link copied to clipboard

Gets the time at which the invitation was sent.

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
val targetEmail: String? = null

The email the invitation is directed to.

Link copied to clipboard
val targetObjectId: String? = null

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.

Link copied to clipboard

Type of the azure resource

Link copied to clipboard

Email of the user who created the resource

Link copied to clipboard

Name of the user who created the resource