authorization_login_links
Creates, updates, deletes, gets or lists an authorization_login_links resource.
Overview
| Name | authorization_login_links |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
post | exec | resourceGroupName, serviceName, authorizationProviderId, authorizationId, subscriptionId | Gets 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.
| Name | Datatype | Description |
|---|---|---|
authorizationId | string | Identifier of the authorization. |
authorizationProviderId | string | Identifier of the authorization provider. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
serviceName | string | The name of the API Management service. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- post
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 }}"
}'
;