The parameters for the new user attribute.
Properties
Name | Type | Description | Notes |
---|
mandatory | Boolean | A flag indicating if users must have a value for this user attribute. If not specified when creating a user attribute if defaults to false. | [optional] |
name | String | The name of this user attribute. This must be specified when creating a user attribute. | [optional] |
type | TypeEnum | Type of user attribute. | [optional] |
unique | Boolean | A flag indicating if this attribute is intended to be unique. If not specified when creating a user attribute it defaults to false. | [optional] |
TypeEnum
Name | Value |
---|
NONE | "NONE" |
OTP_EMAIL | "OTP_EMAIL" |
OTP_SMS | "OTP_SMS" |
OTP_VOICE | "OTP_VOICE" |