MediaServiceIdentity Class
MediaServiceIdentity.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelMediaServiceIdentity
Constructor
MediaServiceIdentity(*, type: str, user_assigned_identities: Dict[str, _models.UserAssignedManagedIdentity] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The identity type. Required. |
user_assigned_identities
|
The user assigned managed identities. |
Variables
Name | Description |
---|---|
type
|
The identity type. Required. |
principal_id
|
The Principal ID of the identity. |
tenant_id
|
The Tenant ID of the identity. |
user_assigned_identities
|
The user assigned managed identities. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python