Attestation Functions
object AttestationFunctions
Functions
Link copied to clipboard
suspend fun getAttestationProvider(argument: GetAttestationProviderPlainArgs): GetAttestationProviderResult
Get the status of Attestation Provider. Uses Azure REST API version 2021-06-01. Other available API versions: 2021-06-01-preview.
suspend fun getAttestationProvider(argument: suspend GetAttestationProviderPlainArgsBuilder.() -> Unit): GetAttestationProviderResult
suspend fun getAttestationProvider(providerName: String, resourceGroupName: String): GetAttestationProviderResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the attestation provider. Uses Azure REST API version 2021-06-01. Other available API versions: 2021-06-01-preview.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, providerName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult