Class: Aws::Connect::Types::AuthScope

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains the scope configuration for an authorization code. Defines the permissions and access boundaries for the session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the Customer Profiles domain to scope the session to.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2128

class AuthScope < Struct.new(
  :security_profile_ids,
  :entity_type,
  :entity_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The identifier of the entity to scope the session to.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2128

class AuthScope < Struct.new(
  :security_profile_ids,
  :entity_type,
  :entity_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of entity to scope the session to.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2128

class AuthScope < Struct.new(
  :security_profile_ids,
  :entity_type,
  :entity_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_idsArray<String>

The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.

Returns:

  • (Array<String>)


2128
2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2128

class AuthScope < Struct.new(
  :security_profile_ids,
  :entity_type,
  :entity_id,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end