EffectivePolicy class

Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

Constructors

EffectivePolicy({DateTime? lastUpdatedTimestamp, String? policyContent, EffectivePolicyType? policyType, String? targetId})
EffectivePolicy.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimestamp DateTime?
The time of the last update to this policy.
final
policyContent String?
The text content of the policy.
final
policyType EffectivePolicyType?
The policy type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId String?
The account ID of the policy target.
final

Methods

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

Operators

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