Account REST API: Keep descriptions of JSON entities sorted alphabetically
Change-Id: I0630c0626df5b687dcd045c5a9991cf6d2abbeb5 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -2066,6 +2066,22 @@ The link:rest-api.html#timestamp[timestamp] of when the account was
|
||||
registered.
|
||||
|=================================
|
||||
|
||||
[[account-external-id-info]]
|
||||
=== AccountExternalIdInfo
|
||||
The `AccountExternalIdInfo` entity contains information for an external id of
|
||||
an account.
|
||||
|
||||
[options="header",cols="1,^1,5"]
|
||||
|============================
|
||||
|Field Name ||Description
|
||||
|`identity` ||The account external id.
|
||||
|`email` |optional|The email address for the external id.
|
||||
|`trusted` |not set if `false`|
|
||||
Whether the external id is trusted.
|
||||
|`can_delete` |not set if `false`|
|
||||
Whether the external id can be deleted by the calling user.
|
||||
|============================
|
||||
|
||||
[[account-info]]
|
||||
=== AccountInfo
|
||||
The `AccountInfo` entity contains information about an account.
|
||||
@@ -2131,22 +2147,6 @@ for an account.
|
||||
If not set or if set to an empty string, the account name is deleted.
|
||||
|=============================
|
||||
|
||||
[[account-external-id-info]]
|
||||
=== AccountExternalIdInfo
|
||||
The `AccountExternalIdInfo` entity contains information for an external id of
|
||||
an account.
|
||||
|
||||
[options="header",cols="1,^1,5"]
|
||||
|============================
|
||||
|Field Name ||Description
|
||||
|`identity` ||The account external id.
|
||||
|`email` |optional|The email address for the external id.
|
||||
|`trusted` |not set if `false`|
|
||||
Whether the external id is trusted.
|
||||
|`can_delete` |not set if `false`|
|
||||
Whether the external id can be deleted by the calling user.
|
||||
|============================
|
||||
|
||||
[[capability-info]]
|
||||
=== CapabilityInfo
|
||||
The `CapabilityInfo` entity contains information about the global
|
||||
|
||||
Reference in New Issue
Block a user