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.
876 877 878 879 880 881 882 883 884 885 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 876 class CreatePermissionSetRequest < Struct.new( :name, :description, :instance_arn, :session_duration, :relay_state, :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.
876 877 878 879 880 881 882 883 884 885 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 876 class CreatePermissionSetRequest < Struct.new( :name, :description, :instance_arn, :session_duration, :relay_state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the PermissionSet.
876 877 878 879 880 881 882 883 884 885 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 876 class CreatePermissionSetRequest < Struct.new( :name, :description, :instance_arn, :session_duration, :relay_state, :tags) SENSITIVE = [] include Aws::Structure end |
#relay_state ⇒ String
Used to redirect users within the application during the federation authentication process.
876 877 878 879 880 881 882 883 884 885 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 876 class CreatePermissionSetRequest < Struct.new( :name, :description, :instance_arn, :session_duration, :relay_state, :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.
876 877 878 879 880 881 882 883 884 885 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 876 class CreatePermissionSetRequest < Struct.new( :name, :description, :instance_arn, :session_duration, :relay_state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to attach to the new PermissionSet.
876 877 878 879 880 881 882 883 884 885 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 876 class CreatePermissionSetRequest < Struct.new( :name, :description, :instance_arn, :session_duration, :relay_state, :tags) SENSITIVE = [] include Aws::Structure end |