ArmIdentity Class

ArmIdentity.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.iothub._serialization.Model
ArmIdentity

Constructor

ArmIdentity(*, type: str | _models.ResourceIdentityType | None = None, user_assigned_identities: Dict[str, _models.ArmUserIdentity] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. Known values are: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", and "None".

user_assigned_identities

Dictionary of <ArmUserIdentity>.

Variables

Name Description
principal_id
str

Principal Id.

tenant_id
str

Tenant Id.

type

The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service. Known values are: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", and "None".

user_assigned_identities

Dictionary of <ArmUserIdentity>.