Class: Aws::WorkLink::Types::UpdateIdentityProviderConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::UpdateIdentityProviderConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_arn ⇒ String
The ARN of the fleet.
-
#identity_provider_saml_metadata ⇒ String
The SAML metadata document provided by the customer’s identity provider.
-
#identity_provider_type ⇒ String
The type of identity provider.
Instance Attribute Details
#fleet_arn ⇒ String
The ARN of the fleet.
1225 1226 1227 1228 1229 1230 1231 |
# File 'lib/aws-sdk-worklink/types.rb', line 1225 class UpdateIdentityProviderConfigurationRequest < Struct.new( :fleet_arn, :identity_provider_type, :identity_provider_saml_metadata) SENSITIVE = [] include Aws::Structure end |
#identity_provider_saml_metadata ⇒ String
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
1225 1226 1227 1228 1229 1230 1231 |
# File 'lib/aws-sdk-worklink/types.rb', line 1225 class UpdateIdentityProviderConfigurationRequest < Struct.new( :fleet_arn, :identity_provider_type, :identity_provider_saml_metadata) SENSITIVE = [] include Aws::Structure end |
#identity_provider_type ⇒ String
The type of identity provider.
1225 1226 1227 1228 1229 1230 1231 |
# File 'lib/aws-sdk-worklink/types.rb', line 1225 class UpdateIdentityProviderConfigurationRequest < Struct.new( :fleet_arn, :identity_provider_type, :identity_provider_saml_metadata) SENSITIVE = [] include Aws::Structure end |