5 title: "authorized_keys"
9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
11 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/authorized_keys@
13 Required arguments are displayed in %{background:#ccffcc}green%.
17 Each AuthorizedKey has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
19 table(table table-bordered table-condensed).
20 |_. Attribute|_. Type|_. Description|_. Example|
23 |authorized_user_uuid|string|||
25 |expires_at|datetime|||
31 Create a new AuthorizedKey.
35 table(table table-bordered table-condensed).
36 |_. Argument |_. Type |_. Description |_. Location |_. Example |
37 |authorized_key|object||query||
41 Delete an existing AuthorizedKey.
45 table(table table-bordered table-condensed).
46 |_. Argument |_. Type |_. Description |_. Location |_. Example |
47 {background:#ccffcc}.|uuid|string|The UUID of the AuthorizedKey in question.|path||
51 Gets a AuthorizedKey's metadata by UUID.
55 table(table table-bordered table-condensed).
56 |_. Argument |_. Type |_. Description |_. Location |_. Example |
57 {background:#ccffcc}.|uuid|string|The UUID of the AuthorizedKey in question.|path||
65 table(table table-bordered table-condensed).
66 |_. Argument |_. Type |_. Description |_. Location |_. Example |
67 |limit|integer (default 100)|Maximum number of authorized_keys to return.|query||
68 |order|string|Order in which to return matching authorized_keys.|query||
69 |filters|array|Conditions for filtering authorized_keys.|query||
73 Update attributes of an existing AuthorizedKey.
77 table(table table-bordered table-condensed).
78 |_. Argument |_. Type |_. Description |_. Location |_. Example |
79 {background:#ccffcc}.|uuid|string|The UUID of the AuthorizedKey in question.|path||
80 |authorized_key|object||query||