{ "type": "object", "required": [ "ResourceId" ], "title": "ModifySamlPropertiesRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The directory identifier for which you want to configure SAML properties." } ] }, "SamlProperties": { "allOf": [ { "$ref": "#/components/schemas/SamlProperties" }, { "description": "The properties for configuring SAML 2.0 authentication." } ] }, "PropertiesToDelete": { "allOf": [ { "$ref": "#/components/schemas/DeletableSamlPropertiesList" }, { "description": "
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.