Class: Aws::SSOAdmin::Types::UpdatePermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::UpdatePermissionSetRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#permission_set_arn ⇒ String
The ARN of the permission set.
-
#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 for in the ISO-8601 standard.
Instance Attribute Details
#description ⇒ String
The description of the PermissionSet.
4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4197 class UpdatePermissionSetRequest < Struct.new( :description, :instance_arn, :permission_set_arn, :relay_state, :session_duration) 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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4197 class UpdatePermissionSetRequest < Struct.new( :description, :instance_arn, :permission_set_arn, :relay_state, :session_duration) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the permission set.
4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4197 class UpdatePermissionSetRequest < Struct.new( :description, :instance_arn, :permission_set_arn, :relay_state, :session_duration) SENSITIVE = [] include Aws::Structure end |
#relay_state ⇒ String
Used to redirect users within the application during the federation authentication process.
4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4197 class UpdatePermissionSetRequest < Struct.new( :description, :instance_arn, :permission_set_arn, :relay_state, :session_duration) SENSITIVE = [] include Aws::Structure end |
#session_duration ⇒ String
The length of time that the application user sessions are valid for in the ISO-8601 standard.
4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4197 class UpdatePermissionSetRequest < Struct.new( :description, :instance_arn, :permission_set_arn, :relay_state, :session_duration) SENSITIVE = [] include Aws::Structure end |