AuthzPolicy class

AuthzPolicy is a resource that allows to forward traffic to a callout backend designed to scan the traffic for security purposes.

Constructors

AuthzPolicy.new({String? action, String? createTime, AuthzPolicyCustomProvider? customProvider, String? description, List<AuthzPolicyAuthzRule>? httpRules, Map<String, String>? labels, String? name, AuthzPolicyTarget? target, String? updateTime})
AuthzPolicy.fromJson(Map json_)

Properties

action String?
Can be one of ALLOW, DENY, CUSTOM.
getter/setter pair
createTime String?
The timestamp when the resource was created.
getter/setter pair
customProvider AuthzPolicyCustomProvider?
Required if the action is CUSTOM.
getter/setter pair
description String?
A human-readable description of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpRules List<AuthzPolicyAuthzRule>?
A list of authorization HTTP rules to match against the incoming request.
getter/setter pair
labels Map<String, String>?
Set of labels associated with the AuthzPolicy resource.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target AuthzPolicyTarget?
Specifies the set of resources to which this policy should be applied to.
getter/setter pair
updateTime String?
The timestamp when the resource was updated.
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