SystemAssignedManagedIdentity Class

Represent a system-assigned managed identity.

It is equivalent to a Python dict of:


   {"ManagedIdentityIdType": "SystemAssigned", "Id": None}

or a JSON blob of:


   {"ManagedIdentityIdType": "SystemAssigned", "Id": null}
Inheritance
SystemAssignedManagedIdentity

Constructor

SystemAssignedManagedIdentity()