Interface ModifySamlPropertiesRequest.Builder

    • Method Detail

      • resourceId

        ModifySamlPropertiesRequest.Builder resourceId​(String resourceId)

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

        Parameters:
        resourceId - The directory identifier for which you want to configure SAML properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samlProperties

        ModifySamlPropertiesRequest.Builder samlProperties​(SamlProperties samlProperties)

        The properties for configuring SAML 2.0 authentication.

        Parameters:
        samlProperties - The properties for configuring SAML 2.0 authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesToDeleteWithStrings

        ModifySamlPropertiesRequest.Builder propertiesToDeleteWithStrings​(Collection<String> 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesToDeleteWithStrings

        ModifySamlPropertiesRequest.Builder propertiesToDeleteWithStrings​(String... 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesToDelete

        ModifySamlPropertiesRequest.Builder propertiesToDelete​(Collection<DeletableSamlProperty> 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesToDelete

        ModifySamlPropertiesRequest.Builder propertiesToDelete​(DeletableSamlProperty... 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.