Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.NamespacesResource.ManagedIdentitiesResource.ListAttestationRulesRequest

List all AttestationRule on a WorkloadIdentityPoolManagedIdentity.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAttestationRulesResponse>
IamBaseServiceRequest<ListAttestationRulesResponse>
ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.NamespacesResource.ManagedIdentitiesResource.ListAttestationRulesRequest
Implements
IClientServiceRequest<ListAttestationRulesResponse>
IClientServiceRequest
Inherited Members
IamBaseServiceRequest<ListAttestationRulesResponse>.Xgafv
IamBaseServiceRequest<ListAttestationRulesResponse>.AccessToken
IamBaseServiceRequest<ListAttestationRulesResponse>.Alt
IamBaseServiceRequest<ListAttestationRulesResponse>.Callback
IamBaseServiceRequest<ListAttestationRulesResponse>.Fields
IamBaseServiceRequest<ListAttestationRulesResponse>.Key
IamBaseServiceRequest<ListAttestationRulesResponse>.OauthToken
IamBaseServiceRequest<ListAttestationRulesResponse>.PrettyPrint
IamBaseServiceRequest<ListAttestationRulesResponse>.QuotaUser
IamBaseServiceRequest<ListAttestationRulesResponse>.UploadType
IamBaseServiceRequest<ListAttestationRulesResponse>.UploadProtocol
ClientServiceRequest<ListAttestationRulesResponse>.Execute()
ClientServiceRequest<ListAttestationRulesResponse>.ExecuteAsStream()
ClientServiceRequest<ListAttestationRulesResponse>.ExecuteAsync()
ClientServiceRequest<ListAttestationRulesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAttestationRulesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAttestationRulesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAttestationRulesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAttestationRulesResponse>.GenerateRequestUri()
ClientServiceRequest<ListAttestationRulesResponse>.GetBody()
ClientServiceRequest<ListAttestationRulesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAttestationRulesResponse>.ETagAction
ClientServiceRequest<ListAttestationRulesResponse>.ModifyRequest
ClientServiceRequest<ListAttestationRulesResponse>.ValidateParameters
ClientServiceRequest<ListAttestationRulesResponse>.ApiVersion
ClientServiceRequest<ListAttestationRulesResponse>.RequestParameters
ClientServiceRequest<ListAttestationRulesResponse>.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 ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.NamespacesResource.ManagedIdentitiesResource.ListAttestationRulesRequest : IamBaseServiceRequest<ListAttestationRulesResponse>, IClientServiceRequest<ListAttestationRulesResponse>, IClientServiceRequest

Constructors

ListAttestationRulesRequest(IClientService, string)

Constructs a new ListAttestationRules request.

Declaration
public ListAttestationRulesRequest(IClientService service, string resource)
Parameters
Type Name Description
IClientService service
string resource

Properties

Filter

Optional. A query filter. Supports the following function: * container_ids(): Returns only the AttestationRules under the specific container ids. The function expects a comma-delimited list with only project numbers and must use the format projects/. For example: container_ids(projects/, projects/,...).

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of AttestationRules to return. If unspecified, at most 50 AttestationRules are returned. The maximum value is 100; values above 100 are truncated to 100.

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

PageToken

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

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

Resource

Required. The resource name of the managed identity or namespace resource to list attestation rules of.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes ListAttestationRules parameter list.

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

Implements

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