Class ProjectsResource.LocationsResource.AuthProvidersResource.QueryWorkloadsRequest
Queries what all workloads are using a given auth_provider.
Inheritance
ProjectsResource.LocationsResource.AuthProvidersResource.QueryWorkloadsRequest
Inherited Members
Namespace: Google.Apis.AgentIdentity.v1alpha
Assembly: Google.Apis.AgentIdentity.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AuthProvidersResource.QueryWorkloadsRequest : AgentIdentityBaseServiceRequest<QueryWorkloadsResponse>, IClientServiceRequest<QueryWorkloadsResponse>, IClientServiceRequest
Constructors
QueryWorkloadsRequest(IClientService, string)
Constructs a new QueryWorkloads request.
Declaration
public QueryWorkloadsRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
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
Name
Required. The name of the auth_provider to query. Format: projects/{project}/locations/{location}/authProviders/{auth_provider}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
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. When paginating,
all other parameters provided to QueryWorkloads must match the call that provided the page
token. If this field is omitted, the first page is returned.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
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 QueryWorkloads parameter list.
Declaration
protected override void InitParameters()