getCertificateProfile

Get details of a certificate profile. Uses Azure REST API version 2024-09-30-preview. Other available API versions: 2024-02-05-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native codesigning [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Certificate profile resource.

Parameters

argument

null


suspend fun getCertificateProfile(accountName: String, profileName: String, resourceGroupName: String): GetCertificateProfileResult

Return

Certificate profile resource.

Parameters

accountName

Trusted Signing account name.

profileName

Certificate profile name.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Certificate profile resource.

Parameters

argument

Builder for com.pulumi.azurenative.codesigning.kotlin.inputs.GetCertificateProfilePlainArgs.

See also