Modifies multiple properties related to SAML 2
Source:R/workspaces_operations.R
workspaces_modify_saml_properties.RdModifies 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_URLto delete the user access URL.SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAMEto delete the relay state parameter name.