Class: AccountAuthenticationFacet
"An account authentication facet is a grouping of characteristics unique to the mechanism of accessing an account."
URI: master:AccountAuthenticationFacet
 classDiagram
    class AccountAuthenticationFacet
      Facet <|-- AccountAuthenticationFacet
      AccountAuthenticationFacet : password
      AccountAuthenticationFacet : passwordLastChanged
      AccountAuthenticationFacet : passwordType
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- AccountAuthenticationFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| passwordLastChanged | 0..1  Datetime  | 
"The date and time that the password was last changed | direct | 
| password | 0..1  String  | 
"Specifies an authentication password | direct | 
| passwordType | 0..1  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-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:AccountAuthenticationFacet | 
| native | master: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-master
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-master
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-master
    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-master
    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-master
    rank: 1000
    alias: passwordType
    owner: AccountAuthenticationFacet
    domain_of:
    - AccountAuthenticationFacet
    range: string