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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/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.

Returns:

  • (Array<String>)


1271
1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1271

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.



1271
1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1271

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)


1271
1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1271

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