public class AndroidEnterprise.Serviceaccountkeys extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidEnterprise.Serviceaccountkeys.Delete |
class |
AndroidEnterprise.Serviceaccountkeys.Insert |
class |
AndroidEnterprise.Serviceaccountkeys.List |
| Constructor and Description |
|---|
Serviceaccountkeys() |
| Modifier and Type | Method and Description |
|---|---|
AndroidEnterprise.Serviceaccountkeys.Delete |
delete(String enterpriseId,
String keyId)
Removes and invalidates the specified credentials for the service account associated with this
enterprise.
|
AndroidEnterprise.Serviceaccountkeys.Insert |
insert(String enterpriseId,
ServiceAccountKey content)
Generates new credentials for the service account associated with this enterprise.
|
AndroidEnterprise.Serviceaccountkeys.List |
list(String enterpriseId)
Lists all active credentials for the service account associated with this enterprise.
|
public AndroidEnterprise.Serviceaccountkeys.Delete delete(String enterpriseId, String keyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.keyId - The ID of the key.IOExceptionpublic AndroidEnterprise.Serviceaccountkeys.Insert insert(String enterpriseId, ServiceAccountKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.content - the ServiceAccountKeyIOExceptionpublic AndroidEnterprise.Serviceaccountkeys.List list(String enterpriseId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.enterpriseId - The ID of the enterprise.IOExceptionCopyright © 2011–2018 Google. All rights reserved.