Class: Aws::ManagedGrafana::Types::SamlAuthentication

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

A structure containing information about how this workspace works with SAML.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::SamlConfiguration

A structure containing details about how this workspace works with SAML.



1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1297

class SamlAuthentication < Struct.new(
  :status,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies whether the workspace's SAML configuration is complete.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1297

class SamlAuthentication < Struct.new(
  :status,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end