Apigee API (apigee:v1)

2024-10-04

5 new methods

Additions

    Methods
  • apigee.organizations.securityProfilesV2.delete

      HTTP Method : DELETE

      Description : Delete a security profile v2.

      Parameter Order : name

      Parameters :

        name

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

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

          Location : path

          Required : Yes

          Type : string

      Path : v1/{+name}

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

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

  • apigee.organizations.securityProfilesV2.get

      Description : Get a security profile v2.

      Path : v1/{+name}

      Parameters :

        name

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

          Type : string

          Description : Required. The security profile id.

          Required : Yes

          Location : path

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

      HTTP Method : GET

      Parameter Order : name

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

  • apigee.organizations.securityProfilesV2.list

      Parameter Order : parent

      HTTP Method : GET

      Parameters :

        parent

          Pattern : ^organizations/[^/]+$

          Required : Yes

          Location : path

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

          Type : string

        pageToken

          Type : string

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

          Location : query

        pageSize

          Location : query

          Type : integer

          Description : Optional. The maximum number of profiles to return

          Format : int32

      Path : v1/{+parent}/securityProfilesV2

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

      Description : List security profiles v2.

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

  • apigee.organizations.securityProfilesV2.patch

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

      Description : Update a security profile V2.

      Parameter Order : name

      HTTP Method : PATCH

      Parameters :

        updateMask

          Description : Required. The list of fields to update.

          Location : query

          Type : string

          Format : google-fieldmask

        name

          Type : string

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

          Required : Yes

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

          Location : path

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

      Path : v1/{+name}

  • apigee.organizations.securityProfilesV2.create

      Path : v1/{+parent}/securityProfilesV2

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

      HTTP Method : POST

      Description : Create a security profile v2.

      Parameter Order : parent

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

      Parameters :

        securityProfileV2Id

          Location : query

          Description : Required. The security profile id.

          Type : string

        parent

          Type : string

          Description : Required. The parent resource name.

          Required : Yes

          Location : path

          Pattern : ^organizations/[^/]+$