How to use the azure-mgmt-iothubprovisioningservices.azure.mgmt.iothubprovisioningservices.models.certificate_response.CertificateResponse function in azure-mgmt-iothubprovisioningservices

To help you get started, we’ve selected a few azure-mgmt-iothubprovisioningservices 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-iothubprovisioningservices / azure / mgmt / iothubprovisioningservices / models / certificate_response.py View on Github external
def __init__(self, **kwargs):
        super(CertificateResponse, self).__init__(**kwargs)
        self.properties = kwargs.get('properties', None)
        self.id = None
        self.name = None
        self.etag = None
        self.type = None

azure-mgmt-iothubprovisioningservices

Microsoft Azure IoT Hub Provisioning Services Client Library for Python

MIT
Latest version published 2 years ago

Package Health Score

82 / 100
Full package analysis

Popular azure-mgmt-iothubprovisioningservices functions

Similar packages