GoogleCloudApigeeV1ProfileConfigCategory class
Advanced API Security provides security profile that scores the following categories.
Constructors
- GoogleCloudApigeeV1ProfileConfigCategory({GoogleCloudApigeeV1ProfileConfigAbuse? abuse, GoogleCloudApigeeV1ProfileConfigAuthorization? authorization, GoogleCloudApigeeV1ProfileConfigCORS? cors, GoogleCloudApigeeV1ProfileConfigMediation? mediation, GoogleCloudApigeeV1ProfileConfigMTLS? mtls, GoogleCloudApigeeV1ProfileConfigThreat? threat})
- GoogleCloudApigeeV1ProfileConfigCategory.fromJson(Map json_)
Properties
- abuse ↔ GoogleCloudApigeeV1ProfileConfigAbuse?
-
Checks for abuse, which includes any requests sent to the API for purposes
other than what it is intended for, such as high volumes of requests, data
scraping, and abuse related to authorization.
getter/setter pair
-
Checks to see if you have an authorization policy in place.
getter/setter pair
- cors ↔ GoogleCloudApigeeV1ProfileConfigCORS?
-
Checks to see if you have CORS policy in place.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mediation ↔ GoogleCloudApigeeV1ProfileConfigMediation?
-
Checks to see if you have a mediation policy in place.
getter/setter pair
- mtls ↔ GoogleCloudApigeeV1ProfileConfigMTLS?
-
Checks to see if you have configured mTLS for the target server.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threat ↔ GoogleCloudApigeeV1ProfileConfigThreat?
-
Checks to see if you have a threat protection policy in place.
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