Class: Aws::WorkLink::Types::DescribeIdentityProviderConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeIdentityProviderConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider_saml_metadata ⇒ String
The SAML metadata document provided by the user’s identity provider.
-
#identity_provider_type ⇒ String
The type of identity provider.
-
#service_provider_saml_metadata ⇒ String
The SAML metadata document uploaded to the user’s identity provider.
Instance Attribute Details
#identity_provider_saml_metadata ⇒ String
The SAML metadata document provided by the user’s identity provider.
463 464 465 466 467 468 469 |
# File '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_type ⇒ String
The type of identity provider.
463 464 465 466 467 468 469 |
# File '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_metadata ⇒ String
The SAML metadata document uploaded to the user’s identity provider.
463 464 465 466 467 468 469 |
# File '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 |