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."
URI: observable:UserAccountFacet
classDiagram
class UserAccountFacet
Facet <|-- UserAccountFacet
UserAccountFacet : canEscalatePrivs
UserAccountFacet ..> boolean type : canEscalatePrivs
UserAccountFacet : homeDirectory
UserAccountFacet ..> string : homeDirectory
UserAccountFacet : isPrivileged
UserAccountFacet ..> boolean type : isPrivileged
UserAccountFacet : isServiceAccount
UserAccountFacet ..> boolean type : 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 xsd:string |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:UserAccountFacet |
native | observable: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-observable
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-observable
rank: 1000
is_a: Facet
attributes:
canEscalatePrivs:
name: canEscalatePrivs
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: canEscalatePrivs
owner: UserAccountFacet
domain_of:
- UserAccountFacet
range: boolean type
isPrivileged:
name: isPrivileged
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: isPrivileged
owner: UserAccountFacet
domain_of:
- UserAccountFacet
range: boolean type
isServiceAccount:
name: isServiceAccount
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: isServiceAccount
owner: UserAccountFacet
domain_of:
- UserAccountFacet
range: boolean type
homeDirectory:
name: homeDirectory
from_schema: https://w3id.org/lmodel/uco-observable
exact_mappings:
- wikidata:Q818391
rank: 1000
alias: homeDirectory
owner: UserAccountFacet
domain_of:
- UserAccountFacet
range: string