ManagedServiceIdentity Class
Managed service identity.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelManagedServiceIdentity
Constructor
ManagedServiceIdentity(*, type: str | _models.ManagedServiceIdentityType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of managed service identity. "SystemAssigned" |
Variables
Name | Description |
---|---|
type
|
Type of managed service identity. "SystemAssigned" |
tenant_id
|
Tenant of managed service identity. |
principal_id
|
Principal Id of managed service identity. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python