OrganizationsDecisionDetail class
Contains information about the effect that Organizations has on a policy simulation.
Constructors
- OrganizationsDecisionDetail({bool? allowedByOrganizations})
- OrganizationsDecisionDetail.fromXml(XmlElement elem)
-
factory
Properties
- allowedByOrganizations → bool?
-
Specifies whether the simulated operation is allowed by the Organizations
service control policies that impact the simulated user's account.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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