GoogleCloudApigeeV1SecurityProfile class

Represents a SecurityProfile resource.

Constructors

GoogleCloudApigeeV1SecurityProfile({String? description, String? displayName, List<GoogleCloudApigeeV1SecurityProfileEnvironment>? environments, int? maxScore, int? minScore, String? name, GoogleCloudApigeeV1ProfileConfig? profileConfig, String? revisionCreateTime, String? revisionId, String? revisionPublishTime, String? revisionUpdateTime, List<GoogleCloudApigeeV1SecurityProfileScoringConfig>? scoringConfigs})
GoogleCloudApigeeV1SecurityProfile.fromJson(Map json_)

Properties

description String?
Description of the security profile.
getter/setter pair
displayName String?
DEPRECATED: DO NOT USE Display name of the security profile.
getter/setter pair
environments List<GoogleCloudApigeeV1SecurityProfileEnvironment>?
List of environments attached to security profile.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxScore int?
Maximum security score that can be generated by this profile.
getter/setter pair
minScore int?
Minimum security score that can be generated by this profile.
getter/setter pair
name String?
Name of the security profile resource.
getter/setter pair
profileConfig GoogleCloudApigeeV1ProfileConfig?
Customized profile configuration that computes the security score.
getter/setter pair
revisionCreateTime String?
The time when revision was created.
getter/setter pair
revisionId String?
Revision ID of the security profile.
getter/setter pair
revisionPublishTime String?
DEPRECATED: DO NOT USE The time when revision was published.
getter/setter pair
revisionUpdateTime String?
The time when revision was updated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoringConfigs List<GoogleCloudApigeeV1SecurityProfileScoringConfig>?
List of profile scoring configs in this revision.
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