Show / Hide Table of Contents

Class QueryAuthProvidersResponse

Response message for QueryAuthProviders.

Inheritance
object
QueryAuthProvidersResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AgentIdentity.v1beta.Data
Assembly: Google.Apis.AgentIdentity.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX