Class TemporaryAccessPassRequest
Defines a request for a temporary access pass for a User
Inheritance
System.Object
TemporaryAccessPassRequest
Namespace: PnP.Framework.Graph.Model
Assembly: PnP.Framework.dll
Syntax
public class TemporaryAccessPassRequest : object
Properties
IsUsableOnce
Boolean indicating if the temporary access pass can only be used once to log in (true) or continously for as long as the pass is valid for (false)
Declaration
public bool? IsUsableOnce { get; set; }
Property Value
System.
|
LifetimeInMinutes
The time in minutes specifying how long the temporary access pass should be valid for. If not provided, the default duration as configured in Azure Active Directory will be applied.
Declaration
public int? LifetimeInMinutes { get; set; }
Property Value
System.
|
ODataType
Indicates the type(s) of change(s) in the subscribed resource that will raise a notification
Declaration
public string ODataType { get; }
Property Value
System.
|
StartDateTime
Date and time on which the temporary access pass should become valid. If not provided, the access pass will be valid immediately.
Declaration
public DateTime? StartDateTime { get; set; }
Property Value
System.
|