public class Apigee.Organizations.Environments.SecurityActions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.SecurityActions.Create |
class |
Apigee.Organizations.Environments.SecurityActions.Delete |
class |
Apigee.Organizations.Environments.SecurityActions.Disable |
class |
Apigee.Organizations.Environments.SecurityActions.Enable |
class |
Apigee.Organizations.Environments.SecurityActions.Get |
class |
Apigee.Organizations.Environments.SecurityActions.List |
class |
Apigee.Organizations.Environments.SecurityActions.Patch |
| Constructor and Description |
|---|
SecurityActions() |
public Apigee.Organizations.Environments.SecurityActions.Create create(String parent, GoogleCloudApigeeV1SecurityAction content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The organization and environment that this SecurityAction applies to. Format:
organizations/{org}/environments/{env}content - the GoogleCloudApigeeV1SecurityActionIOExceptionpublic Apigee.Organizations.Environments.SecurityActions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the security action to delete. Format:
`organizations/{org}/environment/{env}/securityActions/{security_action}`IOExceptionpublic Apigee.Organizations.Environments.SecurityActions.Disable disable(String name, GoogleCloudApigeeV1DisableSecurityActionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the SecurityAction to disable. Format:
organizations/{org}/environments/{env}/securityActions/{security_action}content - the GoogleCloudApigeeV1DisableSecurityActionRequestIOExceptionpublic Apigee.Organizations.Environments.SecurityActions.Enable enable(String name, GoogleCloudApigeeV1EnableSecurityActionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the SecurityAction to enable. Format:
organizations/{org}/environments/{env}/securityActions/{security_action}content - the GoogleCloudApigeeV1EnableSecurityActionRequestIOExceptionpublic Apigee.Organizations.Environments.SecurityActions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The fully qualified name of the SecurityAction to retrieve. Format:
organizations/{org}/environments/{env}/securityActions/{security_action}IOExceptionpublic Apigee.Organizations.Environments.SecurityActions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent, which owns this collection of SecurityActions. Format:
organizations/{org}/environments/{env}IOExceptionpublic Apigee.Organizations.Environments.SecurityActions.Patch patch(String name, GoogleCloudApigeeV1SecurityAction content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - 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}content - the GoogleCloudApigeeV1SecurityActionIOExceptionCopyright © 2011–2025 Google. All rights reserved.