Skip to main content

accounts_keys

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

Overview

Nameaccounts_keys
TypeResource
Idazure.purview.accounts_keys

Fields

NameDatatypeDescription
atlasKafkaPrimaryEndpointstringGets or sets the primary connection string.
atlasKafkaSecondaryEndpointstringGets or sets the secondary connection string.

Methods

NameAccessible byRequired ParamsDescription
listSELECTaccountName, resourceGroupName, subscriptionIdList 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 }}';