Class: Aws::WorkLink::Types::DescribeIdentityProviderConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_saml_metadataString

The SAML metadata document provided by the user’s identity provider.

Returns:

  • (String)


463
464
465
466
467
468
469
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 463

class DescribeIdentityProviderConfigurationResponse < Struct.new(
  :identity_provider_type,
  :service_provider_saml_metadata,
  :identity_provider_saml_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_typeString

The type of identity provider.

Returns:

  • (String)


463
464
465
466
467
468
469
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 463

class DescribeIdentityProviderConfigurationResponse < Struct.new(
  :identity_provider_type,
  :service_provider_saml_metadata,
  :identity_provider_saml_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#service_provider_saml_metadataString

The SAML metadata document uploaded to the user’s identity provider.

Returns:

  • (String)


463
464
465
466
467
468
469
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 463

class DescribeIdentityProviderConfigurationResponse < Struct.new(
  :identity_provider_type,
  :service_provider_saml_metadata,
  :identity_provider_saml_metadata)
  SENSITIVE = []
  include Aws::Structure
end