Class: AccountAuthenticationFacet
"An account authentication facet is a grouping of characteristics unique to the mechanism of accessing an account."
URI: observable:AccountAuthenticationFacet
classDiagram
class AccountAuthenticationFacet
Facet <|-- AccountAuthenticationFacet
AccountAuthenticationFacet : password
AccountAuthenticationFacet ..> string : password
AccountAuthenticationFacet : passwordLastChanged
AccountAuthenticationFacet ..> datetime : passwordLastChanged
AccountAuthenticationFacet : passwordType
AccountAuthenticationFacet ..> string : passwordType
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- AccountAuthenticationFacet
- Facet
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
passwordLastChanged | 0..1 xsd:dateTime |
"The date and time that the password was last changed | direct |
password | 0..1 xsd:string |
"Specifies an authentication password | direct |
passwordType | 0..1 xsd:string |
"The type of password, for instance plain-text or encrypted | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-observable
Mappings
Mapping Type | Mapped Value |
---|---|
self | observable:AccountAuthenticationFacet |
native | observable:AccountAuthenticationFacet |
LinkML Source
Direct
name: AccountAuthenticationFacet
description: '"An account authentication facet is a grouping of characteristics unique
to the mechanism of accessing an account."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- passwordLastChanged
- password
- passwordType
Induced
name: AccountAuthenticationFacet
description: '"An account authentication facet is a grouping of characteristics unique
to the mechanism of accessing an account."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
passwordLastChanged:
name: passwordLastChanged
description: '"The date and time that the password was last changed."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: passwordLastChanged
owner: AccountAuthenticationFacet
domain_of:
- AccountAuthenticationFacet
range: datetime
password:
name: password
description: '"Specifies an authentication password."'
from_schema: https://w3id.org/lmodel/uco-observable
exact_mappings:
- edam.data:1690
- NCIT:C42710
- sumo:password
- wikidata:Q161157
rank: 1000
alias: password
owner: AccountAuthenticationFacet
domain_of:
- AccountAuthenticationFacet
- URLFacet
- WirelessNetworkConnectionFacet
range: string
passwordType:
name: passwordType
description: '"The type of password, for instance plain-text or encrypted."'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
alias: passwordType
owner: AccountAuthenticationFacet
domain_of:
- AccountAuthenticationFacet
range: string