AccountAssignment class

The assignment that indicates a principal's limited access to a specified AWS account with a specified permission set.

Constructors

AccountAssignment({String? accountId, String? permissionSetArn, String? principalId, PrincipalType? principalType})
AccountAssignment.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The identifier of the AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
permissionSetArn String?
The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
final
principalId String?
An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API Reference.
final
principalType PrincipalType?
The entity type for which the assignment will be created.
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