get Dps Certificate
Get the certificate from the provisioning service. Azure REST API version: 2022-12-12. Other available API versions: 2021-10-15, 2023-03-01-preview.
Return
The X509 Certificate.
Parameters
argument
null
suspend fun getDpsCertificate(certificateName: String, provisioningServiceName: String, resourceGroupName: String): GetDpsCertificateResult
Return
The X509 Certificate.
See also
Parameters
certificate Name
Name of the certificate to retrieve.
provisioning Service Name
Name of the provisioning service the certificate is associated with.
resource Group Name
Resource group identifier.
suspend fun getDpsCertificate(argument: suspend GetDpsCertificatePlainArgsBuilder.() -> Unit): GetDpsCertificateResult
Return
The X509 Certificate.
See also
Parameters
argument
Builder for com.pulumi.azurenative.devices.kotlin.inputs.GetDpsCertificatePlainArgs.