ContainerGroupIdentity

Identity for the container group.

AzureCloudContainer InstancesContainersMicrosoftServerless

Properties

Name Type Description
principalId string The principal id of the container group identity. This property will only be provided for a system assigned identity.
tenantId string The tenant id associated with the container group. This property will only be provided for a system assigned identity.
type string The type of identity used for the container group. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remo
userAssignedIdentities object The list of user identities associated with the container group. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{reso
View JSON Schema on GitHub