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.IOException
public 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 ServiceAccountKey
IOException
public AndroidEnterprise.Serviceaccountkeys.List list(String enterpriseId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.enterpriseId
- The ID of the enterprise.IOException
Copyright © 2011–2019 Google. All rights reserved.