Class: Aws::WorkLink::Types::UpdateIdentityProviderConfigurationRequest

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

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)


1225
1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-worklink/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_metadataString

The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.

Returns:

  • (String)


1225
1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-worklink/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_typeString

The type of identity provider.

Returns:

  • (String)


1225
1226
1227
1228
1229
1230
1231
# File 'gems/aws-sdk-worklink/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