Class: Aws::ManagedGrafana::Types::UpdateWorkspaceAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdateWorkspaceAuthenticationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_providers ⇒ Array<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.
-
#saml_configuration ⇒ Types::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.
-
#workspace_id ⇒ String
The ID of the workspace to update the authentication for.
Instance Attribute Details
#authentication_providers ⇒ Array<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
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_configuration ⇒ Types::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_id ⇒ String
The ID of the workspace to update the authentication for.
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 |