| 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.Upload |
Iam.Projects.ServiceAccounts.Keys.upload(String name,
UploadServiceAccountKeyRequest content)
Uploads the public key portion of a key pair that you manage, and associates the public key with
a ServiceAccount.
|
| Constructor and Description |
|---|
Upload(String name,
UploadServiceAccountKeyRequest content)
Uploads the public key portion of a key pair that you manage, and associates the public key
with a ServiceAccount.
|
| Modifier and Type | Method and Description |
|---|---|
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.clone() |
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.encodePublicKeyData(byte[] publicKeyData)
The public key to associate with the service account.
|
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.set(String fieldName,
Object value) |
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.setPublicKeyData(String publicKeyData)
The public key to associate with the service account.
|
Copyright © 2011–2023 Google. All rights reserved.