Class: Aws::ManagedGrafana::Types::AssertionAttributes

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

Overview

A structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailString

The name of the attribute within the SAML assertion to use as the email names for SAML users.

Returns:

  • (String)


62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 62

class AssertionAttributes < Struct.new(
  :email,
  :groups,
  :login,
  :name,
  :org,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#groupsString

The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.

Returns:

  • (String)


62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 62

class AssertionAttributes < Struct.new(
  :email,
  :groups,
  :login,
  :name,
  :org,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#loginString

The name of the attribute within the SAML assertion to use as the login names for SAML users.

Returns:

  • (String)


62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 62

class AssertionAttributes < Struct.new(
  :email,
  :groups,
  :login,
  :name,
  :org,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.

Returns:

  • (String)


62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 62

class AssertionAttributes < Struct.new(
  :email,
  :groups,
  :login,
  :name,
  :org,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#orgString

The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.

Returns:

  • (String)


62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 62

class AssertionAttributes < Struct.new(
  :email,
  :groups,
  :login,
  :name,
  :org,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The name of the attribute within the SAML assertion to use as the user roles.

Returns:

  • (String)


62
63
64
65
66
67
68
69
70
71
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 62

class AssertionAttributes < Struct.new(
  :email,
  :groups,
  :login,
  :name,
  :org,
  :role)
  SENSITIVE = []
  include Aws::Structure
end