Skip to main content

providers_default_by_locations

Creates, updates, deletes, gets or lists a providers_default_by_locations resource.

Overview

Nameproviders_default_by_locations
TypeResource
Idazure.attestation.providers_default_by_locations

Fields

NameDatatypeDescription
attest_uritextfield from the properties object
locationtextThe geo-location where the resource lives
private_endpoint_connectionstextfield from the properties object
public_network_accesstextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
tagstextResource tags.
tpm_attestation_authenticationtextfield from the properties object
trust_modeltextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, subscriptionIdGet the default provider by location.

SELECT examples

Get the default provider by location.

SELECT
attest_uri,
location,
private_endpoint_connections,
public_network_access,
status,
subscriptionId,
system_data,
tags,
tpm_attestation_authentication,
trust_model
FROM azure.attestation.vw_providers_default_by_locations
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';