9f523f339659bd5913626da3bf28e944f7c71429
[arvados.git] / sdk / R / man / authorized_keys.create.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{authorized_keys.create}
4 \alias{authorized_keys.create}
5 \title{authorized_keys.create is a method defined in Arvados class.}
6 \usage{
7 arv$authorized_keys.create(authorizedkey,
8         ensure_unique_name = "false")
9 }
10 \arguments{
11 \item{authorizedKey}{AuthorizedKey object.}
12
13 \item{ensure_unique_name}{Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.}
14 }
15 \value{
16 AuthorizedKey object.
17 }
18 \description{
19 authorized_keys.create is a method defined in Arvados class.
20 }