Skip to main content

authorization_login_links

Creates, updates, deletes, gets or lists an authorization_login_links resource.

Overview

Nameauthorization_login_links
TypeResource
Idazure.api_management.authorization_login_links

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
postexecresourceGroupName, serviceName, authorizationProviderId, authorizationId, subscriptionIdGets authorization login links.

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
authorizationIdstringIdentifier of the authorization.
authorizationProviderIdstringIdentifier of the authorization provider.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
serviceNamestringThe name of the API Management service.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Gets authorization login links.

EXEC azure.api_management.authorization_login_links.post 
@resourceGroupName='{{ resourceGroupName }}' --required,
@serviceName='{{ serviceName }}' --required,
@authorizationProviderId='{{ authorizationProviderId }}' --required,
@authorizationId='{{ authorizationId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
"postLoginRedirectUrl": "{{ postLoginRedirectUrl }}"
}'
;