UserSession interface
Represents a UserSession definition.
- Extends
Properties
active |
The active directory user name. |
application |
Application type of application. |
create |
The timestamp of the user session create. |
object |
ObjectId of user session. (internal use) NOTE: This property will not be serialized. It can only be populated by the server. |
session |
State of user session. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
user |
The user principal name. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activeDirectoryUserName
The active directory user name.
activeDirectoryUserName?: string
Property Value
string
applicationType
Application type of application.
applicationType?: string
Property Value
string
createTime
The timestamp of the user session create.
createTime?: Date
Property Value
Date
objectId
ObjectId of user session. (internal use) NOTE: This property will not be serialized. It can only be populated by the server.
objectId?: string
Property Value
string
sessionState
State of user session.
sessionState?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
userPrincipalName
The user principal name.
userPrincipalName?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type