OrganizationsEnvironmentsSecurityActions
class OrganizationsEnvironmentsSecurityActions extends Resource (View source)
The "securityActions" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$securityActions = $apigeeService->organizations_environments_securityActions;
Methods
CreateSecurityAction creates a SecurityAction. (securityActions.create)
Disable a SecurityAction. The state
of the SecurityAction after disabling
is DISABLED
. DisableSecurityAction
can be called on SecurityActions in
the state ENABLED
; SecurityActions in a different state (including
DISABLED
) return an error. (securityActions.disable)
Enable a SecurityAction. The state
of the SecurityAction after enabling is
ENABLED
. EnableSecurityAction
can be called on SecurityActions in the
state DISABLED
; SecurityActions in a different state (including `ENABLED)
return an error. (securityActions.enable)
Get a SecurityAction by name. (securityActions.get)
Returns a list of SecurityActions. This returns both enabled and disabled actions. (securityActions.listOrganizationsEnvironmentsSecurityActions)
Details
GoogleCloudApigeeV1SecurityAction
create(string $parent, GoogleCloudApigeeV1SecurityAction $postBody, array $optParams = [])
CreateSecurityAction creates a SecurityAction. (securityActions.create)
GoogleCloudApigeeV1SecurityAction
disable(string $name, GoogleCloudApigeeV1DisableSecurityActionRequest $postBody, array $optParams = [])
Disable a SecurityAction. The state
of the SecurityAction after disabling
is DISABLED
. DisableSecurityAction
can be called on SecurityActions in
the state ENABLED
; SecurityActions in a different state (including
DISABLED
) return an error. (securityActions.disable)
GoogleCloudApigeeV1SecurityAction
enable(string $name, GoogleCloudApigeeV1EnableSecurityActionRequest $postBody, array $optParams = [])
Enable a SecurityAction. The state
of the SecurityAction after enabling is
ENABLED
. EnableSecurityAction
can be called on SecurityActions in the
state DISABLED
; SecurityActions in a different state (including `ENABLED)
return an error. (securityActions.enable)
GoogleCloudApigeeV1SecurityAction
get(string $name, array $optParams = [])
Get a SecurityAction by name. (securityActions.get)
GoogleCloudApigeeV1ListSecurityActionsResponse
listOrganizationsEnvironmentsSecurityActions(string $parent, array $optParams = [])
Returns a list of SecurityActions. This returns both enabled and disabled actions. (securityActions.listOrganizationsEnvironmentsSecurityActions)