name: license_auth_token
label: License Auth Token
icon: dynamic_record_choice
hidden: true
enable_audit: true
fields:
  user:
    type: text
  token:
    type: textarea
    rows: 8
    is_wide: true
list_views:
  all:
    label: Al
    columns:
      - token
permission_set:
  user:
    allowCreate: false
    allowDelete: false
    allowEdit: false
    allowRead: false
    modifyAllRecords: false
    viewAllRecords: false
  admin:
    allowCreate: false
    allowDelete: false
    allowEdit: false
    allowRead: false
    viewAllRecords: true
    modifyAllRecords: false