4 title: "Resource: ApiClientAuthorization"
8 h1. ApiClientAuthorization
10 A **ApiClientAuthorization** represents the API authorization token that has been issued to each "ApiClient":ApiClient.html known to this Arvados instance.
14 See "REST methods for working with Arvados resources":methods.html
16 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/api_client_authorization@
22 Prerequisites for creating a ApiClientAuthorization.
26 Side effects of creating a ApiClientAuthorization.
30 An ApiClientAuthorization is not a generic Arvados resource. The full list of properties that belong to an ApiClientAuthorization is:
32 table(table table-bordered table-condensed).
33 |*Property name*|*Value*|*Description*|*Example*|
36 |api_client_id|integer|||
38 |created_by_ip_address|string|||
39 |last_used_by_ip_address|string|||
40 |last_used_at|datetime|||
41 |expires_at|datetime|||
42 |created_at|datetime|||
43 |updated_at|datetime|||
44 |default_owner_uuid|string|||