Skip to main content

user_confirmation_password

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

Overview

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

NameAccessible byRequired ParamsOptional ParamsDescription
sendexecresource_group_name, service_name, user_id, subscription_idappTypeSends 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
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
service_namestringThe name of the API Management service. Required.
subscription_idstring
user_idstringUser identifier. Must be unique in the current API Management service instance. Required.
appTypestringDetermines 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

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 }}'
;