AccountAssignmentOperationStatus class
The status of the creation or deletion operation of an assignment that a principal needs to access an account.
Constructors
- AccountAssignmentOperationStatus({DateTime? createdDate, String? failureReason, String? permissionSetArn, String? principalId, PrincipalType? principalType, String? requestId, StatusValues? status, String? targetId, TargetType? targetType})
-
AccountAssignmentOperationStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDate → DateTime?
-
The date that the permission set was created.
final
- failureReason → String?
-
The message that contains an error or exception in case of an operation
failure.
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
- requestId → String?
-
The identifier for tracking the request operation that is generated by the
universally unique identifier (UUID) workflow.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → StatusValues?
-
The status of the permission set provisioning process.
final
- targetId → String?
-
TargetID is an AWS account identifier, typically a 10-12 digit string (For
example, 123456789012).
final
- targetType → TargetType?
-
The entity type for which the assignment will be created.
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