23 lines
710 B
YAML
23 lines
710 B
YAML
groups:
|
|
- id: registry.enduser.deprecated
|
|
type: attribute_group
|
|
display_name: Deprecated End User Attributes
|
|
brief: "Describes deprecated enduser attributes."
|
|
attributes:
|
|
- id: enduser.role
|
|
type: string
|
|
deprecated:
|
|
reason: renamed
|
|
renamed_to: user.roles
|
|
stability: development
|
|
brief: "Deprecated, use `user.roles` instead."
|
|
examples: 'admin'
|
|
- id: enduser.scope
|
|
type: string
|
|
deprecated:
|
|
reason: obsoleted
|
|
note: Removed, no replacement at this time.
|
|
stability: development
|
|
brief: "Deprecated, no replacement at this time."
|
|
examples: 'read:message, write:files'
|