2025-04-19
▼ ▲ connectors.projects.locations.connections.endUserAuthentications.list
Path : v1/{+parent}/endUserAuthentications
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/endUserAuthentications
HTTP Method : GET
Parameters :
parent
Description : Required. Parent resource of the EndUserAuthentication, of the form: `projects/*/locations/*/connections/*`
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Page size.
Location : query
Type : integer
Format : int32
pageToken
Description : Page token.
Location : query
Type : string
filter
Description : Filter.
Location : query
Type : string
orderBy
Description : Order by parameters.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : List EndUserAuthentications in a given project,location and connection.
▼ ▲ connectors.projects.locations.connections.endUserAuthentications.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/endUserAuthentications/{endUserAuthenticationsId}
HTTP Method : GET
Parameters :
name
Description : Required. Resource name of the form: `projects/*/locations/*/connections/*/EndUserAuthentications/*`
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+/endUserAuthentications/[^/]+$
Location : path
Required : Yes
Type : string
view
Description : Optional. View of the EndUserAuthentication to return.
Location : query
Type : string
Enum Descriptions :
Enum :
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single EndUserAuthentication.
▼ ▲ connectors.projects.locations.connections.endUserAuthentications.create
Path : v1/{+parent}/endUserAuthentications
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/endUserAuthentications
HTTP Method : POST
Parameters :
parent
Description : Required. Parent resource of the EndUserAuthentication, of the form: `projects/*/locations/*/connections/*`
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+$
Location : path
Required : Yes
Type : string
endUserAuthenticationId
Description : Required. Identifier to assign to the EndUserAuthentication. Must be unique within scope of the parent resource.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new EndUserAuthentication in a given project,location and connection.
▼ ▲ connectors.projects.locations.connections.endUserAuthentications.patch
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/endUserAuthentications/{endUserAuthenticationsId}
HTTP Method : PATCH
Parameters :
name
Description : Required. Identifier. Resource name of the EndUserAuthentication. Format: projects/{project}/locations/{location}/connections/{connection}/endUserAuthentications/{end_user_authentication}
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+/endUserAuthentications/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. The list of fields to update. A field will be overwritten if it is in the mask. You can modify only the fields listed below. To update the EndUserAuthentication details: * `notify_endpoint_destination`
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates the parameters of a single EndUserAuthentication.
▼ ▲ connectors.projects.locations.connections.endUserAuthentications.delete
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/endUserAuthentications/{endUserAuthenticationsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Resource name of the form: `projects/*/locations/*/connections/*/endUserAuthentication/*`
Pattern : ^projects/[^/]+/locations/[^/]+/connections/[^/]+/endUserAuthentications/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single EndUserAuthentication.