Uses of Class
odata.msgraph.client.complex.SamlSingleSignOnSettings
-
Packages that use SamlSingleSignOnSettings Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SamlSingleSignOnSettings in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SamlSingleSignOnSettings Modifier and Type Method Description SamlSingleSignOnSettingsSamlSingleSignOnSettings.Builder. build()SamlSingleSignOnSettingsSamlSingleSignOnSettings. withRelayState(String relayState)SamlSingleSignOnSettingsSamlSingleSignOnSettings. withUnmappedField(String name, Object value) -
Uses of SamlSingleSignOnSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SamlSingleSignOnSettings Modifier and Type Field Description protected SamlSingleSignOnSettingsServicePrincipal. samlSingleSignOnSettingsMethods in odata.msgraph.client.entity that return types with arguments of type SamlSingleSignOnSettings Modifier and Type Method Description Optional<SamlSingleSignOnSettings>ServicePrincipal. getSamlSingleSignOnSettings()Methods in odata.msgraph.client.entity with parameters of type SamlSingleSignOnSettings Modifier and Type Method Description ServicePrincipal.BuilderServicePrincipal.Builder. samlSingleSignOnSettings(SamlSingleSignOnSettings samlSingleSignOnSettings)ServicePrincipalServicePrincipal. withSamlSingleSignOnSettings(SamlSingleSignOnSettings samlSingleSignOnSettings)
-