Show / Hide Table of Contents

Class LocationsResource.WorkforcePoolsResource.ProvidersResource.KeysResource.ListRequest

Lists all non-deleted WorkforcePoolProviderKeys in a WorkforcePoolProvider. If show_deleted is set to true, then deleted keys are also listed.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>
LocationsResource.WorkforcePoolsResource.ProvidersResource.KeysResource.ListRequest
Implements
IClientServiceRequest<ListWorkforcePoolProviderKeysResponse>
IClientServiceRequest
Inherited Members
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.Xgafv
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.AccessToken
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.Alt
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.Callback
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.Fields
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.Key
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.OauthToken
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.PrettyPrint
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.QuotaUser
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.UploadType
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.UploadProtocol
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.Execute()
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ExecuteAsStream()
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ExecuteAsync()
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.CreateRequest(bool?)
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.GenerateRequestUri()
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.GetBody()
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ETagAction
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ModifyRequest
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ValidateParameters
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.ApiVersion
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.RequestParameters
ClientServiceRequest<ListWorkforcePoolProviderKeysResponse>.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.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class LocationsResource.WorkforcePoolsResource.ProvidersResource.KeysResource.ListRequest : IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>, IClientServiceRequest<ListWorkforcePoolProviderKeysResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of keys to return. If unspecified, all keys are returned. The maximum value is 10; values above 10 are truncated to 10.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous ListWorkforcePoolProviderKeys call. Provide this to retrieve the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The provider resource to list encryption keys for. Format: locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}

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

RestPath

Gets the REST path.

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

ShowDeleted

Whether to return soft-deleted keys.

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
IamBaseServiceRequest<ListWorkforcePoolProviderKeysResponse>.InitParameters()

Implements

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