get Certificate Profile
suspend fun getCertificateProfile(argument: GetCertificateProfilePlainArgs): GetCertificateProfileResult
Get details of a certificate profile. Azure REST API version: 2024-02-05-preview.
Return
Certificate profile resource.
Parameters
argument
null
suspend fun getCertificateProfile(accountName: String, profileName: String, resourceGroupName: String): GetCertificateProfileResult
Return
Certificate profile resource.
Parameters
account Name
Trusted Signing account name.
profile Name
Certificate profile name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getCertificateProfile(argument: suspend GetCertificateProfilePlainArgsBuilder.() -> Unit): GetCertificateProfileResult
Return
Certificate profile resource.
Parameters
argument
Builder for com.pulumi.azurenative.codesigning.kotlin.inputs.GetCertificateProfilePlainArgs.