Class: Aws::ManagedGrafana::Types::AuthenticationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::AuthenticationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#providers ⇒ Array<String>
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
-
#saml_configuration_status ⇒ String
Specifies whether the workplace’s user authentication method is fully configured.
Instance Attribute Details
#providers ⇒ Array<String>
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 164 class AuthenticationSummary < Struct.new( :providers, :saml_configuration_status) SENSITIVE = [] include Aws::Structure end |
#saml_configuration_status ⇒ String
Specifies whether the workplace’s user authentication method is fully configured.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 164 class AuthenticationSummary < Struct.new( :providers, :saml_configuration_status) SENSITIVE = [] include Aws::Structure end |