IdentityProperties Class
Properties of a managed identity.
- Inheritance
-
msrest.serialization.ModelIdentityProperties
Constructor
IdentityProperties(*, type: str | None = None, principal_id: str | None = None, tenant_id: str | None = None, client_secret_url: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
type
Required
|
Managed identity. |
principal_id
Required
|
The principal id of resource identity. |
tenant_id
Required
|
The tenant identifier of resource. |
client_secret_url
Required
|
The client secret URL of the identity. |
Keyword-Only Parameters
Name | Description |
---|---|
type
Required
|
|
principal_id
Required
|
|
tenant_id
Required
|
|
client_secret_url
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python