OrganizationsSecurityProfilesEnvironmentsResource class

Constructors

OrganizationsSecurityProfilesEnvironmentsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

computeEnvironmentScores(GoogleCloudApigeeV1ComputeEnvironmentScoresRequest request, String profileEnvironment, {String? $fields}) Future<GoogleCloudApigeeV1ComputeEnvironmentScoresResponse>
ComputeEnvironmentScores calculates scores for requested time range for the specified security profile and environment.
create(GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation>
CreateSecurityProfileEnvironmentAssociation creates profile environment association i.e. attaches environment to security profile.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
DeleteSecurityProfileEnvironmentAssociation removes profile environment association i.e. detaches environment from security profile.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited