Class: UserAccountFacet
"A user account facet is a grouping of characteristics unique to an account controlling a user's access to a network, system, or platform."
 classDiagram
    class UserAccountFacet
      Facet <|-- UserAccountFacet
      UserAccountFacet : canEscalatePrivs
      UserAccountFacet : homeDirectory
      UserAccountFacet : isPrivileged
      UserAccountFacet : isServiceAccount
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- UserAccountFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| canEscalatePrivs | 0..1  BooleanType  | 
direct | |
| isPrivileged | 0..1  BooleanType  | 
direct | |
| isServiceAccount | 0..1  BooleanType  | 
direct | |
| homeDirectory | 0..1  String  | 
direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:UserAccountFacet | 
| native | master:UserAccountFacet | 
LinkML Source
Direct
name: UserAccountFacet
description: '"A user account facet is a grouping of characteristics unique to an
  account controlling a user''s access to a network, system, or platform."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- canEscalatePrivs
- isPrivileged
- isServiceAccount
- homeDirectory
Induced
name: UserAccountFacet
description: '"A user account facet is a grouping of characteristics unique to an
  account controlling a user''s access to a network, system, or platform."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  canEscalatePrivs:
    name: canEscalatePrivs
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: canEscalatePrivs
    owner: UserAccountFacet
    domain_of:
    - UserAccountFacet
    range: boolean type
  isPrivileged:
    name: isPrivileged
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isPrivileged
    owner: UserAccountFacet
    domain_of:
    - UserAccountFacet
    range: boolean type
  isServiceAccount:
    name: isServiceAccount
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isServiceAccount
    owner: UserAccountFacet
    domain_of:
    - UserAccountFacet
    range: boolean type
  homeDirectory:
    name: homeDirectory
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q818391
    rank: 1000
    alias: homeDirectory
    owner: UserAccountFacet
    domain_of:
    - UserAccountFacet
    range: string