X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c198274863bb5d72ef34dfc311c62bf50d6bd4f4..0eb72b526bf8bbb011551ecf019f604e17a534f1:/doc/api/methods/authorized_keys.html.textile.liquid diff --git a/doc/api/methods/authorized_keys.html.textile.liquid b/doc/api/methods/authorized_keys.html.textile.liquid index 89e153b4cb..48b7b6f97a 100644 --- a/doc/api/methods/authorized_keys.html.textile.liquid +++ b/doc/api/methods/authorized_keys.html.textile.liquid @@ -5,6 +5,11 @@ navmenu: API Methods title: "authorized_keys" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/authorized_keys@ @@ -23,12 +28,12 @@ table(table table-bordered table-condensed). |name|string|A name to help the user manage their keys.|| |key_type|string|Public key type, currently only supports "SSH"|| |authorized_user_uuid|string|The user to which this key belongs. Authentication using this key authenticates as this user.|| -|public_key|text|The actual public key material, e.g. from @~/.ssh/id_rsa.pub@|| +|public_key|text|The actual public key material, e.g., from @~/.ssh/id_rsa.pub@|| |expires_at|datetime|Expiration date after which the key is no longer valid.|| h2. Methods -See "Common resource methods":{{site.baseurl}}/api/methods.html more information about @create@, @delete@, @get@, @list@, and @update@. +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. Required arguments are displayed in %{background:#ccffcc}green%.