DeploymentIdentity interface
The Managed Identity configuration for a deployment.
Properties
| type | The identity type. |
| user |
The set of user assigned identities associated with the resource. |
Property Details
type
The identity type.
type: string
Property Value
string
userAssignedIdentities
The set of user assigned identities associated with the resource.
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity | null}
Property Value
{[propertyName: string]: UserAssignedIdentity | null}