IdentityConfiguration Class

Identity configuration used to represent identity property on compute, endpoint, and registry resources.

Constructor

IdentityConfiguration(*, type: str, user_assigned_identities: List[ManagedIdentityConfiguration] | None = None, **kwargs: dict)

Keyword-Only Parameters

Name Description
type
str

The type of managed identity.

user_assigned_identities

A list of ManagedIdentityConfiguration objects.

Default value: None