Apigee API (apigee:v1)

2024-10-01

5 new methods

Additions

    Methods
  • apigee.organizations.securityProfilesV2.delete

      Path: v1/{+name}

      Flat Path: v1/organizations/{organizationsId}/securityProfilesV2/{securityProfilesV2Id}

      Parameters:

        name

          Type: string

          Location: path

          Description: Required. The name of the security profile v2 to delete.

          Required: Yes

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

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

      Parameter Order: name

      HTTP Method: DELETE

      Description: Delete a security profile v2.

  • apigee.organizations.securityProfilesV2.list

      Flat Path: v1/organizations/{organizationsId}/securityProfilesV2

      Parameters:

        parent

          Pattern: ^organizations/[^/]+$

          Required: Yes

          Location: path

          Type: string

          Description: Required. For a specific organization, list of all the security profiles. Format: `organizations/{org}`

        pageToken

          Location: query

          Type: string

          Description: Optional. A page token, received from a previous `ListSecurityProfilesV2` call. Provide this to retrieve the subsequent page.

        pageSize

          Description: Optional. The maximum number of profiles to return

          Format: int32

          Location: query

          Type: integer

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

      Parameter Order: parent

      Path: v1/{+parent}/securityProfilesV2

      HTTP Method: GET

      Description: List security profiles v2.

  • apigee.organizations.securityProfilesV2.create

      Flat Path: v1/organizations/{organizationsId}/securityProfilesV2

      Parameters:

        parent

          Location: path

          Pattern: ^organizations/[^/]+$

          Type: string

          Description: Required. The parent resource name.

          Required: Yes

        securityProfileV2Id

          Description: Required. The security profile id.

          Location: query

          Type: string

      Parameter Order: parent

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

      Path: v1/{+parent}/securityProfilesV2

      HTTP Method: POST

      Description: Create a security profile v2.

  • apigee.organizations.securityProfilesV2.get

      Description: Get a security profile v2.

      HTTP Method: GET

      Path: v1/{+name}

      Parameter Order: name

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

      Parameters:

        name

          Description: Required. The security profile id.

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

          Location: path

          Required: Yes

          Type: string

      Flat Path: v1/organizations/{organizationsId}/securityProfilesV2/{securityProfilesV2Id}

  • apigee.organizations.securityProfilesV2.patch

      Parameter Order: name

      Description: Update a security profile V2.

      HTTP Method: PATCH

      Parameters:

        name

          Type: string

          Location: path

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

          Required: Yes

          Description: Identifier. Name of the security profile v2 resource. Format: organizations/{org}/securityProfilesV2/{profile}

        updateMask

          Format: google-fieldmask

          Description: Required. The list of fields to update.

          Type: string

          Location: query

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

      Flat Path: v1/organizations/{organizationsId}/securityProfilesV2/{securityProfilesV2Id}

      Path: v1/{+name}