OrganizationsSecurityProfilesEnvironments
class OrganizationsSecurityProfilesEnvironments extends Resource (View source)
The "environments" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$environments = $apigeeService->organizations_securityProfiles_environments;
Methods
ComputeEnvironmentScores calculates scores for requested time range for the specified security profile and environment.
CreateSecurityProfileEnvironmentAssociation creates profile environment association i.e. attaches environment to security profile.
DeleteSecurityProfileEnvironmentAssociation removes profile environment association i.e. detaches environment from security profile.
Details
GoogleCloudApigeeV1ComputeEnvironmentScoresResponse
computeEnvironmentScores(string $profileEnvironment, GoogleCloudApigeeV1ComputeEnvironmentScoresRequest $postBody, array $optParams = [])
ComputeEnvironmentScores calculates scores for requested time range for the specified security profile and environment.
(environments.computeEnvironmentScores)
GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation
create(string $parent, GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation $postBody, array $optParams = [])
CreateSecurityProfileEnvironmentAssociation creates profile environment association i.e. attaches environment to security profile.
(environments.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
DeleteSecurityProfileEnvironmentAssociation removes profile environment association i.e. detaches environment from security profile.
(environments.delete)