| Package | Description |
|---|---|
| com.google.api.services.iam.v1 | |
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Iam.Projects.ServiceAccounts.Keys.Create |
Iam.Projects.ServiceAccounts.Keys.create(String name,
CreateServiceAccountKeyRequest content)
Creates a ServiceAccountKey and returns it.
|
| Constructor and Description |
|---|
Create(String name,
CreateServiceAccountKeyRequest content)
Creates a ServiceAccountKey and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceAccountKeyRequest |
CreateServiceAccountKeyRequest.clone() |
CreateServiceAccountKeyRequest |
CreateServiceAccountKeyRequest.set(String fieldName,
Object value) |
CreateServiceAccountKeyRequest |
CreateServiceAccountKeyRequest.setKeyAlgorithm(String keyAlgorithm)
Which type of key and algorithm to use for the key.
|
CreateServiceAccountKeyRequest |
CreateServiceAccountKeyRequest.setPrivateKeyType(String privateKeyType)
The output format of the private key.
|
Copyright © 2011–2019 Google. All rights reserved.