IdentityDetails interface
Specifies the identity properties.
Properties
principal |
Specifies the principal id for the identity for the job. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
Specifies the tenant id for the identity for the job. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of identity |
Property Details
principalId
Specifies the principal id for the identity for the job. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
Specifies the tenant id for the identity for the job. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
type
The type of identity
type?: string
Property Value
string
Azure SDK for JavaScript