Class: Aws::ManagedGrafana::Types::AuthenticationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::AuthenticationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
A structure containing information about the user authentication methods used by the workspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_sso ⇒ Types::AwsSsoAuthentication
A structure containing information about how this workspace works with IAM Identity Center.
-
#providers ⇒ Array<String>
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the Grafana console in the Amazon Managed Grafana workspace.
-
#saml ⇒ Types::SamlAuthentication
A structure containing information about how this workspace works with SAML, including what attributes within the assertion are to be mapped to user information in the workspace.
Instance Attribute Details
#aws_sso ⇒ Types::AwsSsoAuthentication
A structure containing information about how this workspace works with IAM Identity Center.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 140 class AuthenticationDescription < Struct.new( :aws_sso, :providers, :saml) SENSITIVE = [] include Aws::Structure end |
#providers ⇒ Array<String>
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the Grafana console in the Amazon Managed Grafana workspace.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 140 class AuthenticationDescription < Struct.new( :aws_sso, :providers, :saml) SENSITIVE = [] include Aws::Structure end |
#saml ⇒ Types::SamlAuthentication
A structure containing information about how this workspace works with SAML, including what attributes within the assertion are to be mapped to user information in the workspace.
140 141 142 143 144 145 146 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 140 class AuthenticationDescription < Struct.new( :aws_sso, :providers, :saml) SENSITIVE = [] include Aws::Structure end |