IAMPolicyAssignment class
An AWS Identity and Access Management (IAM) policy assignment.
Constructors
-
IAMPolicyAssignment({String? assignmentId, String? assignmentName, AssignmentStatus? assignmentStatus, String? awsAccountId, Map<
String, List< ? identities, String? policyArn})String> > -
IAMPolicyAssignment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assignmentId → String?
-
Assignment ID.
final
- assignmentName → String?
-
Assignment name.
final
- assignmentStatus → AssignmentStatus?
-
Assignment status.
final
- awsAccountId → String?
-
The AWS account ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
identities
→ Map<
String, List< ?String> > -
Identities.
final
- policyArn → String?
-
The Amazon Resource Name (ARN) for the IAM 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