Skip to content

Enum: AccountTypeEnum

"An account type represents the endpoint type where the account is located; for example, ADS for an ActiveDirectory endpoint type, or LDAP for an LDAP, etc."

URI: AccountTypeEnum

Permissible Values

Value Meaning Description
ldap None
nis None
openid None
radius None
tacacs None
unix None
windows_domain None
windows_local None

Slots

Name Description
AccountTypeVocab

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

LinkML Source

name: AccountTypeEnum
description: '"An account type represents the endpoint type where the account is located;
  for example, ADS for an ActiveDirectory endpoint type, or LDAP for an LDAP, etc."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
permissible_values:
  ldap:
    text: ldap
  nis:
    text: nis
  openid:
    text: openid
  radius:
    text: radius
  tacacs:
    text: tacacs
  unix:
    text: unix
  windows_domain:
    text: windows_domain
  windows_local:
    text: windows_local