get Dps Certificate
Get the certificate from the provisioning service. Uses Azure REST API version 2022-12-12. Other available API versions: 2021-10-15, 2023-03-01-preview, 2025-02-01-preview.
Return
The X509 Certificate.
Parameters
argument
null
suspend fun getDpsCertificate(certificateName: String, provisioningServiceName: String, resourceGroupName: String): GetDpsCertificateResult
Return
The X509 Certificate.
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.
See also
suspend fun getDpsCertificate(argument: suspend GetDpsCertificatePlainArgsBuilder.() -> Unit): GetDpsCertificateResult
Return
The X509 Certificate.
Parameters
argument
Builder for com.pulumi.azurenative.devices.kotlin.inputs.GetDpsCertificatePlainArgs.