Skip to main content

CreateCustomIdentityAttributeData

No description

input CreateCustomIdentityAttributeData {
allowed_values: [IdentityAttributeAllowedValueInput!]
data_type: String!
is_self_editable: Boolean
is_visible_in_eud: Boolean
label: String!
manual_entry_only: Boolean
name: String!
}

Fields

CreateCustomIdentityAttributeData.allowed_values ● [IdentityAttributeAllowedValueInput!] list input

CreateCustomIdentityAttributeData.data_type ● String! non-null scalar

CreateCustomIdentityAttributeData.is_self_editable ● Boolean scalar

CreateCustomIdentityAttributeData.is_visible_in_eud ● Boolean scalar

CreateCustomIdentityAttributeData.label ● String! non-null scalar

CreateCustomIdentityAttributeData.manual_entry_only ● Boolean scalar

CreateCustomIdentityAttributeData.name ● String! non-null scalar

Member Of

createCustomIdentityAttribute mutation