Class ProjectsResource.LocationsResource.WorkloadIdentityPoolsResource.NamespacesResource.ManagedIdentitiesResource.ListAttestationRulesRequest
List all AttestationRule on a WorkloadIdentityPoolManagedIdentity.
Inheritance
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes ListAttestationRules parameter list.
Declaration
protected override void InitParameters()