Network Security API (networksecurity:v1beta1)

2025-02-16

5 new methods

Additions

    Methods
  • networksecurity.projects.locations.backendAuthenticationConfigs.list

      Path : v1beta1/{+parent}/backendAuthenticationConfigs

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/backendAuthenticationConfigs

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The project and location from which the BackendAuthenticationConfigs should be listed, specified in the format `projects/*/locations/{location}`.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Maximum number of BackendAuthenticationConfigs to return per call.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : The value returned by the last `ListBackendAuthenticationConfigsResponse` Indicates that this is a continuation of a prior `ListBackendAuthenticationConfigs` call, and that the system should return the next page of data.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists BackendAuthenticationConfigs in a given project and location.

  • networksecurity.projects.locations.backendAuthenticationConfigs.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/backendAuthenticationConfigs/{backendAuthenticationConfigsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. A name of the BackendAuthenticationConfig to get. Must be in the format `projects/*/locations/{location}/backendAuthenticationConfigs/*`.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig.

  • networksecurity.projects.locations.backendAuthenticationConfigs.create

      Path : v1beta1/{+parent}/backendAuthenticationConfigs

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/backendAuthenticationConfigs

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The parent resource of the BackendAuthenticationConfig. Must be in the format `projects/*/locations/{location}`.

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

          Location : path

          Required : Yes

          Type : string

        backendAuthenticationConfigId

          Description : Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config".

          Location : query

          Type : string

      Parameter Order : parent

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

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

  • networksecurity.projects.locations.backendAuthenticationConfigs.patch

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/backendAuthenticationConfigs/{backendAuthenticationConfigsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Required. Name of the BackendAuthenticationConfig resource. It matches the pattern `projects/*/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}`

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

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          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 BackendAuthenticationConfig to BackendAuthenticationConfig.

  • networksecurity.projects.locations.backendAuthenticationConfigs.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/backendAuthenticationConfigs/{backendAuthenticationConfigsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. A name of the BackendAuthenticationConfig to delete. Must be in the format `projects/*/locations/{location}/backendAuthenticationConfigs/*`.

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

          Location : path

          Required : Yes

          Type : string

        etag

          Description : Optional. Etag of the resource. If this is provided, it must match the server's etag.

          Location : query

          Type : string

      Parameter Order : name

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

      Description : Deletes a single BackendAuthenticationConfig to BackendAuthenticationConfig.