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?: Record<string, UserAssignedIdentity>
Property Value
Record<string, UserAssignedIdentity>