Merge branch 'master' into 1971-show-image-thumbnails
[arvados.git] / doc / api / schema / AuthorizedKey.html.textile.liquid
1 ---
2 layout: default
3 navsection: api
4 navmenu: Schema
5 title: AuthorizedKey
6 ...
7
8
9
10 A **AuthorizedKey** represents...
11
12 h2. Methods
13
14 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
15
16 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/authorized_keys@
17
18 h2. Creation
19
20 h3. Prerequisites
21
22 Prerequisites for creating a AuthorizedKey.
23
24 h3. Side effects
25
26 Side effects of creating a AuthorizedKey.
27
28 h2. Resources
29
30 Each AuthorizedKey has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
31
32 table(table table-bordered table-condensed).
33 |_. Attribute|_. Type|_. Description|_. Example|
34 |name|string|||
35 |key_type|string|||
36 |authorized_user_uuid|string|||
37 |public_key|text|||
38 |expires_at|datetime|||
39 |updated_at|datetime|||