user_confirmation_password
Creates, updates, deletes, gets or lists a user_confirmation_password resource.
Overview
| Name | user_confirmation_password |
| Type | Resource |
| Id | azure.api_management.user_confirmation_password |
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 |
|---|---|---|---|---|
send | exec | resource_group_name, service_name, user_id, subscription_id | appType | Sends confirmation. |
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 |
|---|---|---|
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 | |
user_id | string | User identifier. Must be unique in the current API Management service instance. Required. |
appType | string | Determines the type of application which send the create user request. Default is legacy publisher portal. Known values are: "portal" and "developerPortal". Default value is None. |
Lifecycle Methods
- send
Sends confirmation.
EXEC azure.api_management.user_confirmation_password.send
@resource_group_name='{{ resource_group_name }}' --required,
@service_name='{{ service_name }}' --required,
@user_id='{{ user_id }}' --required,
@subscription_id='{{ subscription_id }}' --required,
@appType='{{ appType }}'
;