ManagedIdentity interface
Managed identity configuration.
- Extends
Properties
client |
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. |
identity |
Polymorphic discriminator, which specifies the different types this object can be |
object |
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. |
resource |
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. |
Property Details
clientId
Specifies a user-assigned identity by client ID. For system-assigned, do not set this field.
clientId?: string
Property Value
string
identityType
Polymorphic discriminator, which specifies the different types this object can be
identityType: "Managed"
Property Value
"Managed"
objectId
Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.
objectId?: string
Property Value
string
resourceId
Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field.
resourceId?: string
Property Value
string