Class QueryWorkloadsResponse
Response message for QueryWorkloads.
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentity.v1alpha.Data
Assembly: Google.Apis.AgentIdentity.v1alpha.dll
Syntax
public class QueryWorkloadsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkloadIds
The unique list of workload identifiers (agents) that used the auth_provider.
Declaration
[JsonProperty("workloadIds")]
public virtual IList<string> WorkloadIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |