providers_defaults
Creates, updates, deletes, gets or lists a providers_defaults
resource.
Overview
Name | providers_defaults |
Type | Resource |
Id | azure.attestation.providers_defaults |
Fields
Name | Datatype | Description |
---|---|---|
location | string | The geo-location where the resource lives |
properties | object | Status of attestation service. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Get the default provider |
SELECT
examples
Get the default provider
SELECT
location,
properties,
systemData,
tags
FROM azure.attestation.providers_defaults
WHERE subscriptionId = '{{ subscriptionId }}';