Network Security API (networksecurity:v1beta1)

2023-03-27

5 new methods

Additions

    Methods
  • networksecurity.projects.locations.tlsInspectionPolicies.list

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

      HTTP Method : GET

      Parameter Order : parent

      Path : v1beta1/{+parent}/tlsInspectionPolicies

      Description : Lists TlsInspectionPolicies in a given project and location.

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

      Parameters :

        pageSize

          Description : Maximum number of TlsInspectionPolicies to return per call.

          Format : int32

          Location : query

          Type : integer

        pageToken

          Location : query

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

          Type : string

        parent

          Type : string

          Required : Yes

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

          Location : path

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

  • networksecurity.projects.locations.tlsInspectionPolicies.get

      Path : v1beta1/{+name}

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

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}

      Description : Gets details of a single TlsInspectionPolicy.

      Parameters :

        name

          Description : Required. A name of the TlsInspectionPolicy to get. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.

          Type : string

          Required : Yes

          Location : path

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

      HTTP Method : GET

      Parameter Order : name

  • networksecurity.projects.locations.tlsInspectionPolicies.delete

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Parameters :

        force

          Type : boolean

          Description : If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)

          Location : query

        name

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

          Type : string

          Required : Yes

          Location : path

          Description : Required. A name of the TlsInspectionPolicy to delete. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.

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

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}

      Parameter Order : name

      Description : Deletes a single TlsInspectionPolicy.

  • networksecurity.projects.locations.tlsInspectionPolicies.patch

      Parameter Order : name

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}

      Parameters :

        updateMask

          Location : query

          Format : google-fieldmask

          Type : string

          Description : Optional. Field mask is used to specify the fields to be overwritten in the TlsInspectionPolicy 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.

        name

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

          Required : Yes

          Location : path

          Description : Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).

          Type : string

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

      Path : v1beta1/{+name}

      Description : Updates the parameters of a single TlsInspectionPolicy.

      HTTP Method : PATCH

  • networksecurity.projects.locations.tlsInspectionPolicies.create

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

      Parameter Order : parent

      HTTP Method : POST

      Parameters :

        parent

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

          Required : Yes

          Location : path

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

          Type : string

        tlsInspectionPolicyId

          Location : query

          Description : Required. Short name of the TlsInspectionPolicy 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. "tls_inspection_policy1".

          Type : string

      Path : v1beta1/{+parent}/tlsInspectionPolicies

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

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