ClientInfo interface
Information on the client (user or application) that made some action
Properties
The email of the client. |
|
name | The name of the client. |
object |
The object id of the client. |
user |
The user principal name of the client. |
Property Details
The email of the client.
email?: string
Property Value
string
name
The name of the client.
name?: string
Property Value
string
objectId
The object id of the client.
objectId?: string
Property Value
string
userPrincipalName
The user principal name of the client.
userPrincipalName?: string
Property Value
string
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript