Class: Aws::SSOAdmin::Types::CreatePermissionSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the PermissionSet.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File '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_arnString

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*.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File '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

#nameString

The name of the PermissionSet.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File '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_stateString

Used to redirect users within the application during the federation authentication process.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File '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_durationString

The length of time that the application user sessions are valid in the ISO-8601 standard.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File '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

#tagsArray<Types::Tag>

The tags to attach to the new PermissionSet.

Returns:



864
865
866
867
868
869
870
871
872
873
# File '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