MicrosoftEntraTemporaryAccessPass
Details of a Temporary Access Pass issued to a user.
type MicrosoftEntraTemporaryAccessPass {
createdDateTime: DateTime!
id: ID!
isUsableOnce: Boolean!
lifetimeInMinutes: Int!
startDateTime: DateTime!
temporaryAccessPass: String!
}
Fields
MicrosoftEntraTemporaryAccessPass.createdDateTime ● DateTime! non-null scalar
The date and time when the Temporary Access Pass was created.
MicrosoftEntraTemporaryAccessPass.id ● ID! non-null scalar
The unique identifier of the issued Temporary Access Pass.
MicrosoftEntraTemporaryAccessPass.isUsableOnce ● Boolean! non-null scalar
Indicates whether the Temporary Access Pass can only be used once.
MicrosoftEntraTemporaryAccessPass.lifetimeInMinutes ● Int! non-null scalar
The validity duration of the Temporary Access Pass in minutes.
MicrosoftEntraTemporaryAccessPass.startDateTime ● DateTime! non-null scalar
The date and time when the Temporary Access Pass becomes valid.
MicrosoftEntraTemporaryAccessPass.temporaryAccessPass ● String! non-null scalar
The value of the Temporary Access Pass.