| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSOAdmin.Types.PermissionSet
Description
Synopsis
- data PermissionSet = PermissionSet' {}
- newPermissionSet :: PermissionSet
- permissionSet_createdDate :: Lens' PermissionSet (Maybe UTCTime)
- permissionSet_description :: Lens' PermissionSet (Maybe Text)
- permissionSet_name :: Lens' PermissionSet (Maybe Text)
- permissionSet_permissionSetArn :: Lens' PermissionSet (Maybe Text)
- permissionSet_relayState :: Lens' PermissionSet (Maybe Text)
- permissionSet_sessionDuration :: Lens' PermissionSet (Maybe Text)
Documentation
data PermissionSet Source #
An entity that contains IAM policies.
See: newPermissionSet smart constructor.
Constructors
| PermissionSet' | |
Fields
| |
Instances
newPermissionSet :: PermissionSet Source #
Create a value of PermissionSet with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdDate:PermissionSet', permissionSet_createdDate - The date that the permission set was created.
$sel:description:PermissionSet', permissionSet_description - The description of the PermissionSet.
$sel:name:PermissionSet', permissionSet_name - The name of the permission set.
$sel:permissionSetArn:PermissionSet', permissionSet_permissionSetArn - 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.
$sel:relayState:PermissionSet', permissionSet_relayState - Used to redirect users within the application during the federation
authentication process.
$sel:sessionDuration:PermissionSet', permissionSet_sessionDuration - The length of time that the application user sessions are valid for in
the ISO-8601 standard.
permissionSet_createdDate :: Lens' PermissionSet (Maybe UTCTime) Source #
The date that the permission set was created.
permissionSet_description :: Lens' PermissionSet (Maybe Text) Source #
The description of the PermissionSet.
permissionSet_name :: Lens' PermissionSet (Maybe Text) Source #
The name of the permission set.
permissionSet_permissionSetArn :: Lens' PermissionSet (Maybe Text) Source #
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.
permissionSet_relayState :: Lens' PermissionSet (Maybe Text) Source #
Used to redirect users within the application during the federation authentication process.
permissionSet_sessionDuration :: Lens' PermissionSet (Maybe Text) Source #
The length of time that the application user sessions are valid for in the ISO-8601 standard.