PermissionSet class
An entity that contains IAM policies.
Constructors
- PermissionSet({DateTime? createdDate, String? description, String? name, String? permissionSetArn, String? relayState, String? sessionDuration})
-
PermissionSet.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdDate → DateTime?
-
The date that the permission set was created.
final
- description → String?
-
The description of the PermissionSet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the permission set.
final
- 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
- relayState → String?
-
Used to redirect users within the application during the federation
authentication process.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionDuration → String?
-
The length of time that the application user sessions are valid for in the
ISO-8601 standard.
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