Network Security API (networksecurity:v1beta1)

2024-07-26

5 new methods

Additions

    Methods
  • networksecurity.projects.locations.authzPolicies.list

      Path: v1beta1/{+parent}/authzPolicies

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

      HTTP Method: GET

      Parameters:

        parent

          Description: Required. The project and location from which the `AuthzPolicy` resources are listed, specified in the following format: `projects/{project}/locations/{location}`.

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

          Location: path

          Required: Yes

          Type: string

        pageSize

          Description: Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

          Location: query

          Type: integer

          Format: int32

        pageToken

          Description: Optional. A token identifying a page of results that the server returns.

          Location: query

          Type: string

        filter

          Description: Optional. Filtering results.

          Location: query

          Type: string

        orderBy

          Description: Optional. Hint for how to order the results.

          Location: query

          Type: string

      Parameter Order: parent

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

      Description: Lists AuthzPolicies in a given project and location.

  • networksecurity.projects.locations.authzPolicies.get

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/authzPolicies/{authzPoliciesId}

      HTTP Method: GET

      Parameters:

        name

          Description: Required. A name of the `AuthzPolicy` resource to get. Must be in the format `projects/{project}/locations/{location}/authzPolicies/{authz_policy}`.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Gets details of a single AuthzPolicy.

  • networksecurity.projects.locations.authzPolicies.create

      Path: v1beta1/{+parent}/authzPolicies

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

      HTTP Method: POST

      Parameters:

        parent

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

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

          Location: path

          Required: Yes

          Type: string

        authzPolicyId

          Description: Required. User-provided ID of the `AuthzPolicy` resource to be created.

          Location: query

          Type: string

        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 can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the 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, ignores 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: parent

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

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

  • networksecurity.projects.locations.authzPolicies.patch

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/authzPolicies/{authzPoliciesId}

      HTTP Method: PATCH

      Parameters:

        name

          Description: Required. Identifier. Name of the `AuthzPolicy` resource in the following format: `projects/{project}/locations/{location}/authzPolicies/{authz_policy}`.

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.

          Location: query

          Type: string

          Format: google-fieldmask

        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 can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the 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, ignores 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

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

      Description: Updates the parameters of a single AuthzPolicy.

  • networksecurity.projects.locations.authzPolicies.delete

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/authzPolicies/{authzPoliciesId}

      HTTP Method: DELETE

      Parameters:

        name

          Description: Required. The name of the `AuthzPolicy` resource to delete. Must be in the format `projects/{project}/locations/{location}/authzPolicies/{authz_policy}`.

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

          Location: path

          Required: Yes

          Type: string

        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 can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the 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, ignores 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

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

      Description: Deletes a single AuthzPolicy.