How to use the azure-mgmt-datalake-store.azure.mgmt.datalake.store.models.encryption_identity.EncryptionIdentity function in azure-mgmt-datalake-store

To help you get started, we’ve selected a few azure-mgmt-datalake-store examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-datalake-store / azure / mgmt / datalake / store / models / encryption_identity.py View on Github external
def __init__(self, **kwargs):
        super(EncryptionIdentity, self).__init__(**kwargs)
        self.principal_id = None
        self.tenant_id = None

azure-mgmt-datalake-store

Microsoft Azure Data Lake Store Management Client Library for Python

MIT
Latest version published 6 years ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-datalake-store functions

Similar packages