Uses of Class
odata.msgraph.client.beta.complex.IosSingleSignOnExtension
-
Packages that use IosSingleSignOnExtension Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of IosSingleSignOnExtension in odata.msgraph.client.beta.complex
Subclasses of IosSingleSignOnExtension in odata.msgraph.client.beta.complex Modifier and Type Class Description classIosAzureAdSingleSignOnExtension“Represents an Azure AD-type Single Sign-On extension profile for iOS devices.”classIosCredentialSingleSignOnExtension“Represents a Credential-type Single Sign-On extension profile for iOS devices.”classIosKerberosSingleSignOnExtension“Represents a Kerberos-type Single Sign-On extension profile for iOS devices.”classIosRedirectSingleSignOnExtension“Represents a Redirect-type Single Sign-On extension profile for iOS devices.”Methods in odata.msgraph.client.beta.complex that return IosSingleSignOnExtension Modifier and Type Method Description IosSingleSignOnExtensionIosSingleSignOnExtension. withUnmappedField(String name, String value) -
Uses of IosSingleSignOnExtension in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosSingleSignOnExtension Modifier and Type Field Description protected IosSingleSignOnExtensionIosDeviceFeaturesConfiguration. iosSingleSignOnExtensionMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosSingleSignOnExtension Modifier and Type Method Description Optional<IosSingleSignOnExtension>IosDeviceFeaturesConfiguration. getIosSingleSignOnExtension()“Gets or sets a single sign-on extension profile.”Methods in odata.msgraph.client.beta.entity with parameters of type IosSingleSignOnExtension Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. iosSingleSignOnExtension(IosSingleSignOnExtension iosSingleSignOnExtension)“Gets or sets a single sign-on extension profile.”IosDeviceFeaturesConfigurationIosDeviceFeaturesConfiguration. withIosSingleSignOnExtension(IosSingleSignOnExtension iosSingleSignOnExtension)Returns an immutable copy ofthiswith just theiosSingleSignOnExtensionfield changed.
-