Apigee API (apigee:v1)

2024-10-03

5 removed methods

Deletions

    Methods
  • apigee.organizations.securityProfilesV2.get

      Parameter Order : name

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

      Description : Get a security profile v2.

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

      HTTP Method : GET

      Parameters :

        name

          Location : path

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

          Type : string

          Required : Yes

          Description : Required. The security profile id.

      Path : v1/{+name}

  • apigee.organizations.securityProfilesV2.patch

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

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

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Type : string

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

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

          Location : path

        updateMask

          Format : google-fieldmask

          Location : query

          Type : string

          Description : Required. The list of fields to update.

      HTTP Method : PATCH

      Description : Update a security profile V2.

      Parameter Order : name

  • apigee.organizations.securityProfilesV2.create

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

      Parameter Order : parent

      HTTP Method : POST

      Description : Create a security profile v2.

      Parameters :

        securityProfileV2Id

          Location : query

          Type : string

          Description : Required. The security profile id.

        parent

          Type : string

          Pattern : ^organizations/[^/]+$

          Location : path

          Required : Yes

          Description : Required. The parent resource name.

      Path : v1/{+parent}/securityProfilesV2

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

  • apigee.organizations.securityProfilesV2.delete

      Path : v1/{+name}

      Parameter Order : name

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

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

      Parameters :

        name

          Location : path

          Required : Yes

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

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

          Type : string

      Description : Delete a security profile v2.

      HTTP Method : DELETE

  • apigee.organizations.securityProfilesV2.list

      Parameter Order : parent

      Path : v1/{+parent}/securityProfilesV2

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

      Description : List security profiles v2.

      HTTP Method : GET

      Parameters :

        pageToken

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

          Location : query

          Type : string

        parent

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

          Type : string

          Pattern : ^organizations/[^/]+$

          Required : Yes

          Location : path

        pageSize

          Type : integer

          Description : Optional. The maximum number of profiles to return

          Format : int32

          Location : query

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