Class ProjectsResource.LocationsResource.AuthProvidersResource.QueryRequest
Queries what all auth_providers are used by a given workload_id.
Inheritance
Inherited Members
Namespace: Google.Apis.AgentIdentity.v1alpha
Assembly: Google.Apis.AgentIdentity.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AuthProvidersResource.QueryRequest : AgentIdentityBaseServiceRequest<QueryAuthProvidersResponse>, IClientServiceRequest<QueryAuthProvidersResponse>, IClientServiceRequest
Constructors
QueryRequest(IClientService, string)
Constructs a new Query request.
Declaration
public QueryRequest(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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum page size is 1000.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. A token, which can be sent as page_token to retrieve the next page. If this field is
omitted, the first page is returned. A page token, received from a previous QueryAuthProviders
call. Provide this to retrieve the subsequent page. When paginating, all other parameters
provided to QueryAuthProviders must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}
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
WorkloadId
Required. The workload identifier to filter by.
Declaration
[RequestParameter("workloadId", RequestParameterType.Query)]
public virtual string WorkloadId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes Query parameter list.
Declaration
protected override void InitParameters()