Class: Aws::ManagedGrafana::Types::UpdateWorkspaceAuthenticationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_providersArray<String>

Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see [User authentication in Amazon Managed Grafana].

[1]: docs.aws.amazon.com/grafana/latest/userguide/authentication-in-AMG.html

Returns:

  • (Array<String>)


1662
1663
1664
1665
1666
1667
1668
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1662

class UpdateWorkspaceAuthenticationRequest < Struct.new(
  :authentication_providers,
  :saml_configuration,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#saml_configurationTypes::SamlConfiguration

If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the ‘Admin` and `Editor` roles in the workspace.



1662
1663
1664
1665
1666
1667
1668
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1662

class UpdateWorkspaceAuthenticationRequest < Struct.new(
  :authentication_providers,
  :saml_configuration,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to update the authentication for.

Returns:

  • (String)


1662
1663
1664
1665
1666
1667
1668
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1662

class UpdateWorkspaceAuthenticationRequest < Struct.new(
  :authentication_providers,
  :saml_configuration,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end