Identity interface
Describes how identity is verified
Properties
| principal |
The principalId of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| tenant |
The tenantId of the identity. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of identity, can be SystemAssigned or UserAssigned. |
| user |
The user assigned identities associated with the streaming job resource. |
Property Details
principalId
The principalId of the identity. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: string
Property Value
string
tenantId
The tenantId of the identity. 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, can be SystemAssigned or UserAssigned.
type?: string
Property Value
string
userAssignedIdentities
The user assigned identities associated with the streaming job resource.
userAssignedIdentities?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}