Class: Aws::WorkSpaces::Types::ModifySamlPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifySamlPropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#properties_to_delete ⇒ Array<String>
The SAML properties to delete as part of your request.
-
#resource_id ⇒ String
The directory identifier for which you want to configure SAML properties.
-
#saml_properties ⇒ Types::SamlProperties
The properties for configuring SAML 2.0 authentication.
Instance Attribute Details
#properties_to_delete ⇒ Array<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.
3632 3633 3634 3635 3636 3637 3638 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3632 class ModifySamlPropertiesRequest < Struct.new( :resource_id, :saml_properties, :properties_to_delete) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The directory identifier for which you want to configure SAML properties.
3632 3633 3634 3635 3636 3637 3638 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3632 class ModifySamlPropertiesRequest < Struct.new( :resource_id, :saml_properties, :properties_to_delete) SENSITIVE = [] include Aws::Structure end |
#saml_properties ⇒ Types::SamlProperties
The properties for configuring SAML 2.0 authentication.
3632 3633 3634 3635 3636 3637 3638 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3632 class ModifySamlPropertiesRequest < Struct.new( :resource_id, :saml_properties, :properties_to_delete) SENSITIVE = [] include Aws::Structure end |