get Key Group
Gets an existing KeyGroup within a profile. Uses Azure REST API version 2023-07-01-preview. Other available API versions: 2024-05-01-preview, 2024-06-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.
Parameters
key Group Name
Name of the KeyGroup under the profile.
profile Name
Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
resource Group Name
Name of the Resource group within the Azure subscription.
See also
suspend fun getKeyGroup(argument: suspend GetKeyGroupPlainArgsBuilder.() -> Unit): GetKeyGroupResult
Return
Contains a list of references of UrlSigningKey type secret objects.
Parameters
argument
Builder for com.pulumi.azurenative.cdn.kotlin.inputs.GetKeyGroupPlainArgs.