EncryptionIdentity Class
The encryption identity properties.
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.datalake.store._serialization.ModelEncryptionIdentity
Constructor
EncryptionIdentity(**kwargs: Any)
Variables
Name | Description |
---|---|
type
|
The type of encryption being used. Currently the only supported type is 'SystemAssigned'. Required. Default value is "SystemAssigned". |
principal_id
|
The principal identifier associated with the encryption. |
tenant_id
|
The tenant identifier associated with the encryption. |
Attributes
type
type = 'SystemAssigned'
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