Class QueryAuthProvidersResponse
Response message for QueryAuthProviders.
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentity.v1alpha.Data
Assembly: Google.Apis.AgentIdentity.v1alpha.dll
Syntax
public class QueryAuthProvidersResponse : IDirectResponseSchema
Properties
AuthProviderNames
The unique list of auth_provider resource names used by the workload.
Declaration
[JsonProperty("authProviderNames")]
public virtual IList<string> AuthProviderNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token identifying a page of results the server should return. If this field is omitted, there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |