workspaces_modify_saml_properties {paws.end.user.computing} | R 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:
|
[Package paws.end.user.computing version 0.9.0 Index]