ArmIdentity Class

ArmIdentity.

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

Inheritance
ArmIdentity

Constructor

ArmIdentity(*, type: Optional[Union[str, azure.mgmt.iothub.v2021_03_03_preview.models._iot_hub_client_enums.ResourceIdentityType]] = None, user_assigned_identities: Optional[Dict[str, azure.mgmt.iothub.v2021_03_03_preview.models._models_py3.ArmUserIdentity]] = None, **kwargs)

Variables

principal_id
str

Principal Id.

tenant_id
str

Tenant Id.

type
str or ResourceIdentityType

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. Possible values include: "SystemAssigned", "UserAssigned", "SystemAssigned, UserAssigned", "None".

user_assigned_identities
dict[<xref:str,azure.mgmt.iothub.v2021_03_03_preview.models.ArmUserIdentity>]

Dictionary of <ArmUserIdentity>.