Uses of Class
odata.msgraph.client.beta.complex.IosSingleSignOnSettings
-
Packages that use IosSingleSignOnSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IosSingleSignOnSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IosSingleSignOnSettings Modifier and Type Method Description IosSingleSignOnSettingsIosSingleSignOnSettings.Builder. build()IosSingleSignOnSettingsIosSingleSignOnSettings. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.IosSingleSignOnSettingsIosSingleSignOnSettings. withKerberosPrincipalName(String kerberosPrincipalName)Returns an immutable copy ofthiswith just thekerberosPrincipalNamefield changed.IosSingleSignOnSettingsIosSingleSignOnSettings. withKerberosRealm(String kerberosRealm)Returns an immutable copy ofthiswith just thekerberosRealmfield changed.IosSingleSignOnSettingsIosSingleSignOnSettings. withUnmappedField(String name, String value) -
Uses of IosSingleSignOnSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosSingleSignOnSettings Modifier and Type Field Description protected IosSingleSignOnSettingsIosDeviceFeaturesConfiguration. singleSignOnSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosSingleSignOnSettings Modifier and Type Method Description Optional<IosSingleSignOnSettings>IosDeviceFeaturesConfiguration. getSingleSignOnSettings()“The Kerberos login settings that enable apps on receiving devices to authenticate smoothly.”Methods in odata.msgraph.client.beta.entity with parameters of type IosSingleSignOnSettings Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. singleSignOnSettings(IosSingleSignOnSettings singleSignOnSettings)“The Kerberos login settings that enable apps on receiving devices to authenticate smoothly.”IosDeviceFeaturesConfigurationIosDeviceFeaturesConfiguration. withSingleSignOnSettings(IosSingleSignOnSettings singleSignOnSettings)Returns an immutable copy ofthiswith just thesingleSignOnSettingsfield changed.
-