user_confirmation_passwords
Creates, updates, deletes, gets or lists a user_confirmation_passwords
resource.
Overview
Name | user_confirmation_passwords |
Type | Resource |
Id | azure.api_management.user_confirmation_passwords |
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 | resourceGroupName , serviceName , userId , subscriptionId | 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 |
---|---|---|
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. |
userId | string | User identifier. Must be unique in the current API Management service instance. |
appType | string | Determines the type of application which send the create user request. Default is legacy publisher portal. |
Lifecycle Methods
- send
Sends confirmation
EXEC azure.api_management.user_confirmation_passwords.send
@resourceGroupName='{{ resourceGroupName }}' --required,
@serviceName='{{ serviceName }}' --required,
@userId='{{ userId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@appType='{{ appType }}'
;