accounts_keys
Creates, updates, deletes, gets or lists a accounts_keys
resource.
Overview
Name | accounts_keys |
Type | Resource |
Id | azure.purview.accounts_keys |
Fields
Name | Datatype | Description |
---|---|---|
atlasKafkaPrimaryEndpoint | string | Gets or sets the primary connection string. |
atlasKafkaSecondaryEndpoint | string | Gets or sets the secondary connection string. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | accountName, resourceGroupName, subscriptionId | List the authorization keys associated with this account. |
SELECT
examples
List the authorization keys associated with this account.
SELECT
atlasKafkaPrimaryEndpoint,
atlasKafkaSecondaryEndpoint
FROM azure.purview.accounts_keys
WHERE accountName = '{{ accountName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';