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 | resource_group_name, service_name, authorization_provider_id, authorization_id, subscription_id | 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 |
|---|---|---|
authorization_id | string | Identifier of the authorization. Required. |
authorization_provider_id | string | Identifier of the authorization provider. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
service_name | string | The name of the API Management service. Required. |
subscription_id | string |
Lifecycle Methods
- post
Gets authorization login links.
EXEC azure.api_management.authorization_login_links.post
@resource_group_name='{{ resource_group_name }}' --required,
@service_name='{{ service_name }}' --required,
@authorization_provider_id='{{ authorization_provider_id }}' --required,
@authorization_id='{{ authorization_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"postLoginRedirectUrl": "{{ postLoginRedirectUrl }}"
}'
;