ef74a1667837ed84c0a808771c7c507c9c713f98
[arvados.git] / sdk / R / man / ApiClientAuthorization.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{ApiClientAuthorization}
4 \alias{ApiClientAuthorization}
5 \title{ApiClientAuthorization}
6 \description{
7 ApiClientAuthorization
8 }
9 \section{Usage}{
10
11 \preformatted{apiClientAuthorization -> ApiClientAuthorization$new(uuid = NULL,
12         etag = NULL, api_token = NULL, api_client_id = NULL,
13         user_id = NULL, created_by_ip_address = NULL, last_used_by_ip_address = NULL,
14         last_used_at = NULL, expires_at = NULL, created_at = NULL,
15         updated_at = NULL, default_owner_uuid = NULL, scopes = NULL)
16 }
17 }
18
19 \section{Arguments}{
20
21   \describe{
22     \item{uuid}{Object ID.}
23     \item{etag}{Object version.}
24     \item{api_token}{}
25     \item{api_client_id}{}
26     \item{user_id}{}
27     \item{created_by_ip_address}{}
28     \item{last_used_by_ip_address}{}
29     \item{last_used_at}{}
30     \item{expires_at}{}
31     \item{created_at}{}
32     \item{updated_at}{}
33     \item{default_owner_uuid}{}
34     \item{scopes}{}
35     \item{uuid}{}
36   }
37 }
38