Preview

CustomAttributeDefinition is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CustomAttributeDefinition

This page contains

    Fields

    id: ID!
    entityType: CustomAttributeEntityType! PREVIEW

    Type of the entity this definition should be use for. Example, APPLICATION

    label: [LocalizedString!]!

    Human readable label for definition

    hint: [LocalizedString!]
    tenant: String!
    context: [CustomAttributeContext!]! PREVIEW
    type: CustomAttributeType! PREVIEW
    system: Boolean!

    Parent objects of CustomAttributeDefinition

    CustomAttribute PREVIEW