Skip to main content

user_confirmation_passwords

Creates, updates, deletes, gets or lists a user_confirmation_passwords resource.

Overview

Nameuser_confirmation_passwords
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
sendexecresourceGroupName, serviceName, userId, subscriptionIdappTypeSends 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.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
serviceNamestringThe name of the API Management service.
subscriptionIdstringThe ID of the target subscription.
userIdstringUser identifier. Must be unique in the current API Management service instance.
appTypestringDetermines the type of application which send the create user request. Default is legacy publisher portal.

Lifecycle Methods

Sends confirmation

EXEC azure.api_management.user_confirmation_passwords.send 
@resourceGroupName='{{ resourceGroupName }}' --required,
@serviceName='{{ serviceName }}' --required,
@userId='{{ userId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@appType='{{ appType }}'
;