Class ProjectsResource.LocationsResource.ProvidersResource.ConnectorsResource.VersionsResource.FetchAuthSchemaRequest
fetch and return the list of auth config variables required to override the connection backend auth.
Inheritance
ProjectsResource.LocationsResource.ProvidersResource.ConnectorsResource.VersionsResource.FetchAuthSchemaRequest
Inherited Members
Namespace: Google.Apis.Connectors.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ProvidersResource.ConnectorsResource.VersionsResource.FetchAuthSchemaRequest : ConnectorsBaseServiceRequest<FetchAuthSchemaResponse>, IClientServiceRequest<FetchAuthSchemaResponse>, IClientServiceRequest
Constructors
FetchAuthSchemaRequest(IClientService, string)
Constructs a new FetchAuthSchema request.
Declaration
public FetchAuthSchemaRequest(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. Parent resource of the Connector Version, of the form:
projects/*/locations/*/providers/*/connectors/*/versions/*
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View
Optional. View of the AuthSchema. The default value is BASIC.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ProvidersResource.ConnectorsResource.VersionsResource.FetchAuthSchemaRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ProvidersResource.ConnectorsResource.VersionsResource.FetchAuthSchemaRequest.ViewEnum? |
Methods
InitParameters()
Initializes FetchAuthSchema parameter list.
Declaration
protected override void InitParameters()