2025-06-24
▼ ▲ apigee.organizations.environments.securityActions.delete
HTTP Method : DELETE
Parameters :
name
Location : path
Description : Required. The name of the security monitoring condition to delete. Format: `organizations/{org}/environment/{env}/securityActions/{security_action}`
Required : Yes
Type : string
Pattern : ^organizations/[^/]+/environments/[^/]+/securityActions/[^/]+$
Description : Delete a SecurityAction.
Parameter Order : name
Path : v1/{+name}
Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}/securityActions/{securityActionsId}
▼ ▲ apigee.organizations.environments.securityActions.patch
Path : v1/{+name}
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a SecurityAction.
Parameters :
updateMask
Format : google-fieldmask
Type : string
Description : Optional. The list of fields to update. Valid fields to update are `description`, `state`, `allow`, `deny`, and `flag`, `expire_time`, and `ttl`, `api_proxies`, and `condition_config`.
Location : query
name
Description : Immutable. This field is ignored during creation as per AIP-133. Please set the `security_action_id` field in the CreateSecurityActionRequest when creating a new SecurityAction. Format: organizations/{org}/environments/{env}/securityActions/{security_action}
Type : string
Required : Yes
Pattern : ^organizations/[^/]+/environments/[^/]+/securityActions/[^/]+$
Location : path
Flat Path : v1/organizations/{organizationsId}/environments/{environmentsId}/securityActions/{securityActionsId}
HTTP Method : PATCH