public class Apigee.Organizations.SecurityProfiles.Environments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.SecurityProfiles.Environments.ComputeEnvironmentScores |
class |
Apigee.Organizations.SecurityProfiles.Environments.Create |
class |
Apigee.Organizations.SecurityProfiles.Environments.Delete |
| Constructor and Description |
|---|
Environments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.SecurityProfiles.Environments.ComputeEnvironmentScores |
computeEnvironmentScores(String profileEnvironment,
GoogleCloudApigeeV1ComputeEnvironmentScoresRequest content)
ComputeEnvironmentScores calculates scores for requested time range for the specified security
profile and environment.
|
Apigee.Organizations.SecurityProfiles.Environments.Create |
create(String parent,
GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation content)
CreateSecurityProfileEnvironmentAssociation creates profile environment association i.e.
|
Apigee.Organizations.SecurityProfiles.Environments.Delete |
delete(String name)
DeleteSecurityProfileEnvironmentAssociation removes profile environment association i.e.
|
public Apigee.Organizations.SecurityProfiles.Environments.ComputeEnvironmentScores computeEnvironmentScores(String profileEnvironment, GoogleCloudApigeeV1ComputeEnvironmentScoresRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.profileEnvironment - Required. Name of organization and environment and profile id for which score needs to be computed.
Format: organizations/{org}/securityProfiles/{profile}/environments/{env}content - the GoogleCloudApigeeV1ComputeEnvironmentScoresRequestIOExceptionpublic Apigee.Organizations.SecurityProfiles.Environments.Create create(String parent, GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of organization and security profile ID. Format:
organizations/{org}/securityProfiles/{profile}content - the GoogleCloudApigeeV1SecurityProfileEnvironmentAssociationIOExceptionpublic Apigee.Organizations.SecurityProfiles.Environments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the environment attachment to delete. Format:
organizations/{org}/securityProfiles/{profile}/environments/{env}IOExceptionCopyright © 2011–2025 Google. All rights reserved.