Skip to main content

dps_certificate

Overview

Namedps_certificate
TypeResource
Idazure.iot_hub_device_provisioning.dps_certificate

Fields

NameDatatypeDescription
idstringThe resource identifier.
namestringThe name of the certificate.
etagstringThe entity tag.
propertiesobjectThe description of an X509 CA Certificate.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, certificateName, provisioningServiceName, resourceGroupName, subscriptionIdGet the certificate from the provisioning service.
listSELECTapi-version, provisioningServiceName, resourceGroupName, subscriptionIdGet all the certificates tied to the provisioning service.
create_or_updateINSERTapi-version, certificateName, provisioningServiceName, resourceGroupName, subscriptionIdAdd new certificate or update an existing certificate.
deleteDELETEIf-Match, api-version, certificateName, provisioningServiceName, resourceGroupName, subscriptionIdDeletes the specified certificate associated with the Provisioning Service
_listEXECapi-version, provisioningServiceName, resourceGroupName, subscriptionIdGet all the certificates tied to the provisioning service.
generate_verification_codeEXECIf-Match, api-version, certificateName, provisioningServiceName, resourceGroupName, subscriptionIdGenerate verification code for Proof of Possession.
verify_certificateEXECIf-Match, api-version, certificateName, provisioningServiceName, resourceGroupName, subscriptionIdVerifies the certificate's private key possession by providing the leaf cert issued by the verifying pre uploaded certificate.