Policy class

The details of a policy, including the constraints that it includes.

Constructors

Policy.new({List<ComplianceStandard>? complianceStandards, Constraint? constraint, String? description, String? policyId})
Policy.fromJson(Map json_)

Properties

complianceStandards List<ComplianceStandard>?
The compliance standards that the policy helps enforce.
getter/setter pair
constraint Constraint?
The constraints that the policy includes.
getter/setter pair
description String?
A description of the policy.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
policyId String?
A user-specified identifier for the policy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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