Class: Aws::ManagedGrafana::Types::SamlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::SamlConfiguration
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
A structure containing information about how this workspace works with SAML.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_organizations ⇒ Array<String>
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace.
-
#assertion_attributes ⇒ Types::AssertionAttributes
A structure that defines which attributes in the SAML assertion are to be used to define information about the users authenticated by that IdP to use the workspace.
-
#idp_metadata ⇒ Types::IdpMetadata
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace.
-
#login_validity_duration ⇒ Integer
How long a sign-on session by a SAML user is valid, before the user has to sign on again.
-
#role_values ⇒ Types::RoleValues
A structure containing arrays that map group names in the SAML assertion to the Grafana
Admin
andEditor
roles in the workspace.
Instance Attribute Details
#allowed_organizations ⇒ Array<String>
Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace. If this is empty, all organizations in the assertion attribute have access.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1331 class SamlConfiguration < Struct.new( :allowed_organizations, :assertion_attributes, :idp_metadata, :login_validity_duration, :role_values) SENSITIVE = [] include Aws::Structure end |
#assertion_attributes ⇒ Types::AssertionAttributes
A structure that defines which attributes in the SAML assertion are to be used to define information about the users authenticated by that IdP to use the workspace.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1331 class SamlConfiguration < Struct.new( :allowed_organizations, :assertion_attributes, :idp_metadata, :login_validity_duration, :role_values) SENSITIVE = [] include Aws::Structure end |
#idp_metadata ⇒ Types::IdpMetadata
A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1331 class SamlConfiguration < Struct.new( :allowed_organizations, :assertion_attributes, :idp_metadata, :login_validity_duration, :role_values) SENSITIVE = [] include Aws::Structure end |
#login_validity_duration ⇒ Integer
How long a sign-on session by a SAML user is valid, before the user has to sign on again.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1331 class SamlConfiguration < Struct.new( :allowed_organizations, :assertion_attributes, :idp_metadata, :login_validity_duration, :role_values) SENSITIVE = [] include Aws::Structure end |
#role_values ⇒ Types::RoleValues
A structure containing arrays that map group names in the SAML
assertion to the Grafana Admin
and Editor
roles in the
workspace.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1331 class SamlConfiguration < Struct.new( :allowed_organizations, :assertion_attributes, :idp_metadata, :login_validity_duration, :role_values) SENSITIVE = [] include Aws::Structure end |