Uses of Class
odata.msgraph.client.beta.complex.PasswordSingleSignOnSettings
-
Packages that use PasswordSingleSignOnSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PasswordSingleSignOnSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PasswordSingleSignOnSettings Modifier and Type Method Description PasswordSingleSignOnSettingsPasswordSingleSignOnSettings.Builder. build()PasswordSingleSignOnSettingsPasswordSingleSignOnSettings. withUnmappedField(String name, String value) -
Uses of PasswordSingleSignOnSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PasswordSingleSignOnSettings Modifier and Type Field Description protected PasswordSingleSignOnSettingsServicePrincipal. passwordSingleSignOnSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type PasswordSingleSignOnSettings Modifier and Type Method Description Optional<PasswordSingleSignOnSettings>ServicePrincipal. getPasswordSingleSignOnSettings()Methods in odata.msgraph.client.beta.entity with parameters of type PasswordSingleSignOnSettings Modifier and Type Method Description ServicePrincipal.BuilderServicePrincipal.Builder. passwordSingleSignOnSettings(PasswordSingleSignOnSettings passwordSingleSignOnSettings)ServicePrincipalServicePrincipal. withPasswordSingleSignOnSettings(PasswordSingleSignOnSettings passwordSingleSignOnSettings)
-