Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModifySamlPropertiesRequest

import type { ModifySamlPropertiesRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface ModifySamlPropertiesRequest {
PropertiesToDelete?: DeletableSamlProperty[] | null;
ResourceId: string;
SamlProperties?: SamlProperties | null;
}

§Properties

§
PropertiesToDelete?: DeletableSamlProperty[] | null
[src]

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.
§
ResourceId: string
[src]

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

§
SamlProperties?: SamlProperties | null
[src]

The properties for configuring SAML 2.0 authentication.