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 MicrosoftGraphSamlSingleSignOnSettingsMicrosoftGraphServicePrincipalInner. samlSingleSignOnSettings()Get the samlSingleSignOnSettings property: samlSingleSignOnSettings.MicrosoftGraphSamlSingleSignOnSettingsMicrosoftGraphSamlSingleSignOnSettings. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: samlSingleSignOnSettings.MicrosoftGraphSamlSingleSignOnSettingsMicrosoftGraphSamlSingleSignOnSettings. 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 MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withSamlSingleSignOnSettings(MicrosoftGraphSamlSingleSignOnSettings samlSingleSignOnSettings)Set the samlSingleSignOnSettings property: samlSingleSignOnSettings.
-