getAttestationAtResource

Gets an existing attestation at resource 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 getAttestationAtResource(attestationName: String, resourceId: String): GetAttestationAtResourceResult

Return

An attestation resource.

Parameters

attestationName

The name of the attestation.

resourceId

Resource ID.

See also


Return

An attestation resource.

Parameters

argument

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

See also