EncryptionIdentity Class
Specifies the Managed Identity used by ADE to get access token for keyvault operations.
- Inheritance
-
azure.mgmt.compute._serialization.ModelEncryptionIdentity
Constructor
EncryptionIdentity(*, user_assigned_identity_resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_assigned_identity_resource_id
|
Specifies ARM Resource ID of one of the user identities associated with the VM. |
Variables
Name | Description |
---|---|
user_assigned_identity_resource_id
|
Specifies ARM Resource ID of one of the user identities associated with the VM. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python