workspaces_modify_saml_properties: Modifies multiple properties related to SAML 2

View source: R/workspaces_operations.R

workspaces_modify_saml_propertiesR Documentation

Modifies multiple properties related to SAML 2

Description

Modifies multiple properties related to SAML 2.0 authentication, including the enablement status, user access URL, and relay state parameter name that are used for configuring federation with an SAML 2.0 identity provider.

See https://www.paws-r-sdk.com/docs/workspaces_modify_saml_properties/ for full documentation.

Usage

workspaces_modify_saml_properties(
  ResourceId,
  SamlProperties = NULL,
  PropertiesToDelete = NULL
)

Arguments

ResourceId

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

SamlProperties

The properties for configuring SAML 2.0 authentication.

PropertiesToDelete

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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.