accounts_keys
Creates, updates, deletes, gets or lists a accounts_keys
resource.
Overview
Name | accounts_keys |
Type | Resource |
Id | azure.engagement_fabric.accounts_keys |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the key |
rank | string | The rank of the EngagementFabric account key |
value | string | The value of the key |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
name,
rank,
value
FROM azure.engagement_fabric.accounts_keys
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';