UserManagementAttributeValueInput
No description
input UserManagementAttributeValueInput {
type: AttributeType!
name: String!
textValue: LocalizedStringArrayInput
enumValue: [String!]
intValue: Int
decimalValue: Float
}
Fields
UserManagementAttributeValueInput.type ● AttributeType! non-null enum
Attribute type.
UserManagementAttributeValueInput.name ● String! non-null scalar
Attribute name for which the value is applied for.
UserManagementAttributeValueInput.textValue ● LocalizedStringArrayInput input
Textual value(s) for the attribute, required when attribute type equals text, list or color. This value is suitable for Localization.
UserManagementAttributeValueInput.enumValue ● [String!] list scalar
Enumeration value for the attribute, required when type equals enum or enumlist. Values in this field can be multivalue.
UserManagementAttributeValueInput.intValue ● Int scalar
Integer value for the attribute, required when attribute type equals numeric or object.
UserManagementAttributeValueInput.decimalValue ● Float scalar
Decimal value for the attribute, required when attribute type equals decimal.
Member Of
CreateContactInput input ● CustomerInput input ● RegisterContactInput input ● RegisterCustomerInput input ● UpdateContactInput input ● UpdateCustomerInput input