Class: Aws::SSOAdmin::Types::CreatePermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::CreatePermissionSetRequest
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the PermissionSet.
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
-
#name ⇒ String
The name of the PermissionSet.
-
#relay_state ⇒ String
Used to redirect users within the application during the federation authentication process.
-
#session_duration ⇒ String
The length of time that the application user sessions are valid in the ISO-8601 standard.
-
#tags ⇒ Array<Types::Tag>
The tags to attach to the new PermissionSet.
Instance Attribute Details
#description ⇒ String
The description of the PermissionSet.
864 865 866 867 868 869 870 871 872 873 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 864 class CreatePermissionSetRequest < Struct.new( :description, :instance_arn, :name, :relay_state, :session_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
864 865 866 867 868 869 870 871 872 873 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 864 class CreatePermissionSetRequest < Struct.new( :description, :instance_arn, :name, :relay_state, :session_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the PermissionSet.
864 865 866 867 868 869 870 871 872 873 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 864 class CreatePermissionSetRequest < Struct.new( :description, :instance_arn, :name, :relay_state, :session_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#relay_state ⇒ String
Used to redirect users within the application during the federation authentication process.
864 865 866 867 868 869 870 871 872 873 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 864 class CreatePermissionSetRequest < Struct.new( :description, :instance_arn, :name, :relay_state, :session_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#session_duration ⇒ String
The length of time that the application user sessions are valid in the ISO-8601 standard.
864 865 866 867 868 869 870 871 872 873 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 864 class CreatePermissionSetRequest < Struct.new( :description, :instance_arn, :name, :relay_state, :session_duration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to attach to the new PermissionSet.
864 865 866 867 868 869 870 871 872 873 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 864 class CreatePermissionSetRequest < Struct.new( :description, :instance_arn, :name, :relay_state, :session_duration, :tags) SENSITIVE = [] include Aws::Structure end |