BeyondCorp API (beyondcorp:v1alpha)

2022-10-25

3 new methods | 5 removed methods

Additions

    Methods
  • beyondcorp.organizations.locations.subscriptions.list

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1alpha/{+parent}/subscriptions

      Flat Path: v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions

      HTTP Method: GET

      Description: Lists Subscriptions in a given organization and location.

      Parameters:

        pageSize

          Description: Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.

          Location: query

          Format: int32

          Type: integer

        pageToken

          Type: string

          Description: Optional. The next_page_token value returned from a previous ListSubscriptionsRequest, if any.

          Location: query

        parent

          Description: Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}`

          Location: path

          Required: Yes

          Pattern: ^organizations/[^/]+/locations/[^/]+$

          Type: string

      Parameter Order: parent

  • beyondcorp.organizations.locations.subscriptions.create

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.

      Parameters:

        parent

          Required: Yes

          Pattern: ^organizations/[^/]+/locations/[^/]+$

          Location: path

          Type: string

          Description: Required. The resource name of the subscription location using the form: `organizations/{organization_id}/locations/{location}`

      Path: v1alpha/{+parent}/subscriptions

      Flat Path: v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions

      HTTP Method: POST

  • beyondcorp.organizations.locations.subscriptions.get

      Path: v1alpha/{+name}

      Parameter Order: name

      Parameters:

        name

          Pattern: ^organizations/[^/]+/locations/[^/]+/subscriptions/[^/]+$

          Type: string

          Required: Yes

          Location: path

          Description: Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}`

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET

      Description: Gets details of a single Subscription.

      Flat Path: v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions/{subscriptionsId}

Deletions

    Methods
  • beyondcorp.projects.locations.netConnections.patch

      Parameter Order: name

      Parameters:

        name

          Type: string

          Description: Required. Unique resource name of the NetConnection. The name is ignored when creating a NetConnection.

          Pattern: ^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$

          Location: path

          Required: Yes

        validateOnly

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Location: query

          Type: boolean

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

        allowMissing

          Location: query

          Type: boolean

          Description: Optional. If set as true, will create the resource if it is not found.

        updateMask

          Description: Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.NetConnection]: * `labels` * `display_name`

          Type: string

          Location: query

          Format: google-fieldmask

      HTTP Method: PATCH

      Description: Updates the parameters of a single NetConnection.

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}

      Path: v1alpha/{+name}

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • beyondcorp.projects.locations.netConnections.get

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}

      Parameters:

        name

          Required: Yes

          Location: path

          Description: Required. BeyondCorp NetConnection name using the form: `projects/{project_id}/locations/{location_id}/netConnections/{net_connection_id}`

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$

      Parameter Order: name

      HTTP Method: GET

      Description: Gets details of a single NetConnection.

      Path: v1alpha/{+name}

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • beyondcorp.projects.locations.netConnections.create

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: parent

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections

      Parameters:

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Description: Required. The resource project name of the NetConnection location using the form: `projects/{project_id}/locations/{location_id}`

          Location: path

          Required: Yes

        netConnectionId

          Description: Optional. User-settable NetConnection resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.

          Location: query

          Type: string

        validateOnly

          Location: query

          Type: boolean

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

      Description: Creates a new NetConnection in a given project and location.

      Path: v1alpha/{+parent}/netConnections

      HTTP Method: POST

  • beyondcorp.projects.locations.netConnections.delete

      Parameters:

        validateOnly

          Description: Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.

          Location: query

          Type: boolean

        name

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/netConnections/[^/]+$

          Description: Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/netConnections/{net_connection_id}`

          Location: path

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

      Parameter Order: name

      HTTP Method: DELETE

      Description: Deletes a single NetConnection.

      Path: v1alpha/{+name}

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections/{netConnectionsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • beyondcorp.projects.locations.netConnections.list

      Flat Path: v1alpha/projects/{projectsId}/locations/{locationsId}/netConnections

      Parameters:

        parent

          Required: Yes

          Location: path

          Description: Required. The resource name of the NetConnection location using the form: `projects/{project_id}/locations/{location_id}`

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

        filter

          Description: Optional. A filter specifying constraints of a list operation.

          Type: string

          Location: query

        pageToken

          Location: query

          Type: string

          Description: Optional. The next_page_token value returned from a previous ListNetConnectionsRequest, if any.

        pageSize

          Type: integer

          Description: Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.

          Format: int32

          Location: query

        orderBy

          Description: Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.

          Location: query

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1alpha/{+parent}/netConnections

      HTTP Method: GET

      Description: Lists NetConnections in a given project and location.

      Parameter Order: parent