GoogleCloudApigeeV1SecurityMonitoringCondition class

Security monitoring condition for risk assessment version 2.

Constructors

GoogleCloudApigeeV1SecurityMonitoringCondition({String? apiHubGateway, String? createTime, GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray? include, GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll? includeAllResources, String? name, String? profile, String? riskAssessmentType, String? scope, int? totalDeployedResources, int? totalMonitoredResources, String? updateTime})
GoogleCloudApigeeV1SecurityMonitoringCondition.fromJson(Map json_)

Properties

apiHubGateway String?
The API Hub gateway monitored by the security monitoring condition.
getter/setter pair
createTime String?
The time of the security monitoring condition creation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
include GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray?
Include only these resources.
getter/setter pair
includeAllResources GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll?
Include all resources under the scope.
getter/setter pair
name String?
Identifier.
getter/setter pair
profile String?
ID of security profile of the security monitoring condition.
getter/setter pair
riskAssessmentType String?
The risk assessment type of the security monitoring condition.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
Scope of the security monitoring condition.
getter/setter pair
totalDeployedResources int?
Total number of deployed resources within scope.
getter/setter pair
totalMonitoredResources int?
Total number of monitored resources within this condition.
getter/setter pair
updateTime String?
The time of the security monitoring condition update.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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