Show / Hide Table of Contents

Class ServiceaccountkeysResource.ListRequest

Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ServiceAccountKeysListResponse>
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>
ServiceaccountkeysResource.ListRequest
Implements
IClientServiceRequest<ServiceAccountKeysListResponse>
IClientServiceRequest
Inherited Members
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.Xgafv
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.AccessToken
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.Alt
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.Callback
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.Fields
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.Key
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.OauthToken
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.PrettyPrint
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.QuotaUser
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.UploadType
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.UploadProtocol
ClientServiceRequest<ServiceAccountKeysListResponse>.Execute()
ClientServiceRequest<ServiceAccountKeysListResponse>.ExecuteAsStream()
ClientServiceRequest<ServiceAccountKeysListResponse>.ExecuteAsync()
ClientServiceRequest<ServiceAccountKeysListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ServiceAccountKeysListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ServiceAccountKeysListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ServiceAccountKeysListResponse>.CreateRequest(bool?)
ClientServiceRequest<ServiceAccountKeysListResponse>.GenerateRequestUri()
ClientServiceRequest<ServiceAccountKeysListResponse>.GetBody()
ClientServiceRequest<ServiceAccountKeysListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ServiceAccountKeysListResponse>.ETagAction
ClientServiceRequest<ServiceAccountKeysListResponse>.ModifyRequest
ClientServiceRequest<ServiceAccountKeysListResponse>.ValidateParameters
ClientServiceRequest<ServiceAccountKeysListResponse>.ApiVersion
ClientServiceRequest<ServiceAccountKeysListResponse>.RequestParameters
ClientServiceRequest<ServiceAccountKeysListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ServiceaccountkeysResource.ListRequest : AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>, IClientServiceRequest<ServiceAccountKeysListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string enterpriseId)
Parameters
Type Name Description
IClientService service
string enterpriseId

Properties

EnterpriseId

The ID of the enterprise.

Declaration
[RequestParameter("enterpriseId", RequestParameterType.Path)]
public virtual string EnterpriseId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ServiceAccountKeysListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ServiceAccountKeysListResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ServiceAccountKeysListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidEnterpriseBaseServiceRequest<ServiceAccountKeysListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX