Class FetchAuthSchemaResponse
Response message for Connectors.GetAuthSchema.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class FetchAuthSchemaResponse : IDirectResponseSchema
Properties
AuthSchemas
List of AuthSchemas.
Declaration
[JsonProperty("authSchemas")]
public virtual IList<AuthSchema> AuthSchemas { get; set; }
Property Value
Type | Description |
---|---|
IList<AuthSchema> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JsonSchema
JSON schema of the AuthSchemas. This is only populated if the view is JSON_SCHEMA. The schema is in draft-07 format.
Declaration
[JsonProperty("jsonSchema")]
public virtual JsonAuthSchema JsonSchema { get; set; }
Property Value
Type | Description |
---|---|
JsonAuthSchema |