Class: Aws::ManagedGrafana::Types::AuthenticationSummary

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

Instance Attribute Details

#providersArray<String>

Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.

Returns:

  • (Array<String>)


164
165
166
167
168
169
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 164

class AuthenticationSummary < Struct.new(
  :providers,
  :saml_configuration_status)
  SENSITIVE = []
  include Aws::Structure
end

#saml_configuration_statusString

Specifies whether the workplace's user authentication method is fully configured.

Returns:

  • (String)


164
165
166
167
168
169
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 164

class AuthenticationSummary < Struct.new(
  :providers,
  :saml_configuration_status)
  SENSITIVE = []
  include Aws::Structure
end