parent
90a6bfa00a
commit
ea0935fb21
|
|
@ -31,5 +31,5 @@ Describes deprecated enduser attributes.
|
||||||
|
|
||||||
| Attribute | Type | Description | Examples | Stability |
|
| Attribute | Type | Description | Examples | Stability |
|
||||||
|---|---|---|---|---|
|
|---|---|---|---|---|
|
||||||
| <a id="enduser-role" href="#enduser-role">`enduser.role`</a> | string | Deprecated, use `user.roles` instead. | `admin` | <br>Use `user.roles` attribute instead. |
|
| <a id="enduser-role" href="#enduser-role">`enduser.role`</a> | string | Deprecated, use `user.roles` instead. | `admin` | <br>Replaced by `user.roles`. |
|
||||||
| <a id="enduser-scope" href="#enduser-scope">`enduser.scope`</a> | string | Deprecated, no replacement at this time. | `read:message, write:files` | <br>Removed, no replacement at this time. |
|
| <a id="enduser-scope" href="#enduser-scope">`enduser.scope`</a> | string | Deprecated, no replacement at this time. | `read:message, write:files` | <br>Removed, no replacement at this time. |
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ groups:
|
||||||
- id: enduser.role
|
- id: enduser.role
|
||||||
type: string
|
type: string
|
||||||
deprecated:
|
deprecated:
|
||||||
reason: uncategorized
|
reason: renamed
|
||||||
note: "Use `user.roles` attribute instead."
|
renamed_to: user.roles
|
||||||
stability: development
|
stability: development
|
||||||
brief: "Deprecated, use `user.roles` instead."
|
brief: "Deprecated, use `user.roles` instead."
|
||||||
examples: 'admin'
|
examples: 'admin'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue