Skip to main content

tenant_access_git

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

Overview

Nametenant_access_git
TypeResource
Idazure.api_management.tenant_access_git

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
regenerate_primary_keyexecresource_group_name, service_name, access_name, subscription_idRegenerate primary access key for GIT.
regenerate_secondary_keyexecresource_group_name, service_name, access_name, subscription_idRegenerate secondary access key for GIT.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
access_namestringThe identifier of the Access configuration. Known values are: "access" and "gitAccess". Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
service_namestringThe name of the API Management service. Required.
subscription_idstring

Lifecycle Methods

Regenerate primary access key for GIT.

EXEC azure.api_management.tenant_access_git.regenerate_primary_key 
@resource_group_name='{{ resource_group_name }}' --required,
@service_name='{{ service_name }}' --required,
@access_name='{{ access_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;