Class: Aws::WorkSpaces::Types::ModifySamlPropertiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#properties_to_deleteArray<String>

The SAML properties to delete as part of your request.

Specify one of the following options:

  • ‘SAML_PROPERTIES_USER_ACCESS_URL` to delete the user access URL.

  • ‘SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME` to delete the relay state parameter name.

Returns:

  • (Array<String>)


3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-workspaces/types.rb', line 3258

class ModifySamlPropertiesRequest < Struct.new(
  :resource_id,
  :saml_properties,
  :properties_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The directory identifier for which you want to configure SAML properties.

Returns:

  • (String)


3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-workspaces/types.rb', line 3258

class ModifySamlPropertiesRequest < Struct.new(
  :resource_id,
  :saml_properties,
  :properties_to_delete)
  SENSITIVE = []
  include Aws::Structure
end

#saml_propertiesTypes::SamlProperties

The properties for configuring SAML 2.0 authentication.



3258
3259
3260
3261
3262
3263
3264
# File 'lib/aws-sdk-workspaces/types.rb', line 3258

class ModifySamlPropertiesRequest < Struct.new(
  :resource_id,
  :saml_properties,
  :properties_to_delete)
  SENSITIVE = []
  include Aws::Structure
end