getKeyGroup

Gets an existing KeyGroup within a profile. Azure REST API version: 2023-07-01-preview.

Return

Contains a list of references of UrlSigningKey type secret objects.

Parameters

argument

null


suspend fun getKeyGroup(keyGroupName: String, profileName: String, resourceGroupName: String): GetKeyGroupResult

Return

Contains a list of references of UrlSigningKey type secret objects.

See also

Parameters

keyGroupName

Name of the KeyGroup under the profile.

profileName

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

resourceGroupName

Name of the Resource group within the Azure subscription.


suspend fun getKeyGroup(argument: suspend GetKeyGroupPlainArgsBuilder.() -> Unit): GetKeyGroupResult

Return

Contains a list of references of UrlSigningKey type secret objects.

See also

Parameters

argument

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