Policy class

Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.

Constructors

Policy({String? content, PolicySummary? policySummary})
Policy.fromJson(Map<String, dynamic> json)
factory

Properties

content String?
The text content of the policy.
final
hashCode int
The hash code for this object.
no setterinherited
policySummary PolicySummary?
A structure that contains additional details about the policy.
final
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
toString() String
A string representation of this object.
inherited

Operators

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