getAttestationAtResourceGroup

Gets an existing attestation at resource group scope. Uses Azure REST API version 2024-10-01. Other available API versions: 2022-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native policyinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

An attestation resource.

Parameters

argument

null


suspend fun getAttestationAtResourceGroup(attestationName: String, resourceGroupName: String): GetAttestationAtResourceGroupResult

Return

An attestation resource.

Parameters

attestationName

The name of the attestation.

resourceGroupName

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

See also


Return

An attestation resource.

Parameters

argument

Builder for com.pulumi.azurenative.policyinsights.kotlin.inputs.GetAttestationAtResourceGroupPlainArgs.

See also