Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSamlSingleSignOnSettings
-
Packages that use MicrosoftGraphSamlSingleSignOnSettings Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSamlSingleSignOnSettings in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSamlSingleSignOnSettings Modifier and Type Method Description MicrosoftGraphSamlSingleSignOnSettings
MicrosoftGraphServicePrincipalInner. samlSingleSignOnSettings()
Get the samlSingleSignOnSettings property: samlSingleSignOnSettings.MicrosoftGraphSamlSingleSignOnSettings
MicrosoftGraphSamlSingleSignOnSettings. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: samlSingleSignOnSettings.MicrosoftGraphSamlSingleSignOnSettings
MicrosoftGraphSamlSingleSignOnSettings. withRelayState(String relayState)
Set the relayState property: The relative URI the service provider would redirect to after completion of the single sign-on flow.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSamlSingleSignOnSettings Modifier and Type Method Description MicrosoftGraphServicePrincipalInner
MicrosoftGraphServicePrincipalInner. withSamlSingleSignOnSettings(MicrosoftGraphSamlSingleSignOnSettings samlSingleSignOnSettings)
Set the samlSingleSignOnSettings property: samlSingleSignOnSettings.
-