Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[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 An **AuthorizedKey** represents the public part of an SSH authentication key which can be used to authorize transactions on behalf of the user.
9
10 h2. Methods
11
12 See "authorized_keys":{{site.baseurl}}/api/methods/authorized_keys.html
13
14 h2. Resource
15
16 Each AuthorizedKey has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
17
18 table(table table-bordered table-condensed).
19 |_. Attribute|_. Type|_. Description|_. Example|
20 |name|string|||
21 |key_type|string|||
22 |authorized_user_uuid|string|||
23 |public_key|text|||
24 |expires_at|datetime|||