getSecret

Gets an existing Secret within a profile. Azure REST API version: 2023-05-01. Other available API versions: 2023-07-01-preview.

Return

Friendly Secret name mapping to the any Secret or secret related information.

Parameters

argument

null


suspend fun getSecret(profileName: String, resourceGroupName: String, secretName: String): GetSecretResult

Return

Friendly Secret name mapping to the any Secret or secret related information.

See also

Parameters

profileName

Name of the Azure Front Door Standard or Azure Front Door Premium profile which is unique within the resource group.

resourceGroupName

Name of the Resource group within the Azure subscription.

secretName

Name of the Secret under the profile.


suspend fun getSecret(argument: suspend GetSecretPlainArgsBuilder.() -> Unit): GetSecretResult

Return

Friendly Secret name mapping to the any Secret or secret related information.

See also

Parameters

argument

Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetSecretPlainArgs.