Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Serviceaccountkeys.Insert |
AndroidEnterprise.Serviceaccountkeys.insert(String enterpriseId,
ServiceAccountKey content)
Generates new credentials for the service account associated with this enterprise.
|
Constructor and Description |
---|
Insert(String enterpriseId,
ServiceAccountKey content)
Generates new credentials for the service account associated with this enterprise.
|
Modifier and Type | Method and Description |
---|---|
ServiceAccountKey |
ServiceAccountKey.clone() |
ServiceAccountKey |
ServiceAccount.getKey()
Credentials that can be used to authenticate as this ServiceAccount.
|
ServiceAccountKey |
ServiceAccountKey.set(String fieldName,
Object value) |
ServiceAccountKey |
ServiceAccountKey.setData(String data)
The body of the private key credentials file, in string format.
|
ServiceAccountKey |
ServiceAccountKey.setId(String id)
An opaque, unique identifier for this ServiceAccountKey.
|
ServiceAccountKey |
ServiceAccountKey.setKind(String kind)
Identifies what kind of resource this is.
|
ServiceAccountKey |
ServiceAccountKey.setPublicData(String publicData)
Public key data for the credentials file.
|
ServiceAccountKey |
ServiceAccountKey.setType(String type)
The file format of the generated key data.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceAccountKey> |
ServiceAccountKeysListResponse.getServiceAccountKey()
The service account credentials.
|
Modifier and Type | Method and Description |
---|---|
ServiceAccount |
ServiceAccount.setKey(ServiceAccountKey key)
Credentials that can be used to authenticate as this ServiceAccount.
|
Modifier and Type | Method and Description |
---|---|
ServiceAccountKeysListResponse |
ServiceAccountKeysListResponse.setServiceAccountKey(List<ServiceAccountKey> serviceAccountKey)
The service account credentials.
|
Copyright © 2011–2019 Google. All rights reserved.