{ "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:

" } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-modify-saml-properties-request-schema.json", "description": "ModifySamlPropertiesRequest schema from Amazon WorkSpaces API" }