How to use the azure-mgmt-servicefabric.azure.mgmt.servicefabric.models.client_certificate_common_name.ClientCertificateCommonName function in azure-mgmt-servicefabric

To help you get started, we’ve selected a few azure-mgmt-servicefabric 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-servicefabric / azure / mgmt / servicefabric / models / client_certificate_common_name.py View on Github external
def __init__(self, **kwargs):
        super(ClientCertificateCommonName, self).__init__(**kwargs)
        self.is_admin = kwargs.get('is_admin', None)
        self.certificate_common_name = kwargs.get('certificate_common_name', None)
        self.certificate_issuer_thumbprint = kwargs.get('certificate_issuer_thumbprint', None)

azure-mgmt-servicefabric

Microsoft Azure Service Fabric Management Client Library for Python

MIT
Latest version published 5 months ago

Package Health Score

94 / 100
Full package analysis

Popular azure-mgmt-servicefabric functions

Similar packages