Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource

The "endUserAuthentications" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource

Constructors

EndUserAuthenticationsResource(IClientService)

Constructs a new resource.

Declaration
public EndUserAuthenticationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(EndUserAuthentication, string)

Creates a new EndUserAuthentication in a given project,location and connection.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.CreateRequest Create(EndUserAuthentication body, string parent)
Parameters
Type Name Description
EndUserAuthentication body

The body of the request.

string parent

Required. Parent resource of the EndUserAuthentication, of the form: projects/*/locations/*/connections/*

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.CreateRequest

Delete(string)

Deletes a single EndUserAuthentication.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Resource name of the form: projects/*/locations/*/connections/*/endUserAuthentication/*

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.DeleteRequest

Get(string)

Gets details of a single EndUserAuthentication.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Resource name of the form: projects/*/locations/*/connections/*/EndUserAuthentications/*

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.GetRequest

List(string)

List EndUserAuthentications in a given project,location and connection.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent resource of the EndUserAuthentication, of the form: projects/*/locations/*/connections/*

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.ListRequest

Patch(EndUserAuthentication, string)

Updates the parameters of a single EndUserAuthentication.

Declaration
public virtual ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.PatchRequest Patch(EndUserAuthentication body, string name)
Parameters
Type Name Description
EndUserAuthentication body

The body of the request.

string name

Required. Identifier. Resource name of the EndUserAuthentication. Format: projects/{project}/locations/{location}/connections/{connection}/endUserAuthentications/{end_user_authentication}

Returns
Type Description
ProjectsResource.LocationsResource.ConnectionsResource.EndUserAuthenticationsResource.PatchRequest
In this article
Back to top Generated by DocFX