AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The settings for administrator creation of users in a user pool. Contains settings for allowing user sign-up, customizing invitation messages to new users, and the amount of time before temporary passwords expire.
This data type is a request and response parameter of CreateUserPool and UpdateUserPool, and a response parameter of DescribeUserPool.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class AdminCreateUserConfigType
The AdminCreateUserConfigType type exposes the following members
Name | Description | |
---|---|---|
AdminCreateUserConfigType() |
Name | Type | Description | |
---|---|---|---|
AllowAdminCreateUserOnly | System.Boolean |
Gets and sets the property AllowAdminCreateUserOnly.
The setting for allowing self-service sign-up. When |
|
InviteMessageTemplate | Amazon.CognitoIdentityProvider.Model.MessageTemplateType |
Gets and sets the property InviteMessageTemplate.
The template for the welcome message to new users. This template must include the
See also Customizing User Invitation Messages. |
|
UnusedAccountValidityDays | System.Int32 |
Gets and sets the property UnusedAccountValidityDays.
This parameter is no longer in use. Configure the duration of temporary passwords
with the
The password expiration limit in days for administrator-created users. When this time
expires, the user can't sign in with their temporary password. To reset the account
after that time limit, you must call The default value for this parameter is 7. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5