Uses of Class
odata.msgraph.client.beta.complex.MacOSSingleSignOnExtension
-
Packages that use MacOSSingleSignOnExtension Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOSSingleSignOnExtension in odata.msgraph.client.beta.complex
Subclasses of MacOSSingleSignOnExtension in odata.msgraph.client.beta.complex Modifier and Type Class Description classMacOSAzureAdSingleSignOnExtension“Represents an Azure AD-type Single Sign-On extension profile for macOS devices.”classMacOSCredentialSingleSignOnExtension“Represents a Credential-type Single Sign-On extension profile for macOS devices.”classMacOSKerberosSingleSignOnExtension“Represents a Kerberos-type Single Sign-On extension profile for macOS devices.”classMacOSRedirectSingleSignOnExtension“Represents a Redirect-type Single Sign-On extension profile for macOS devices.”Methods in odata.msgraph.client.beta.complex that return MacOSSingleSignOnExtension Modifier and Type Method Description MacOSSingleSignOnExtensionMacOSSingleSignOnExtension. withUnmappedField(String name, String value) -
Uses of MacOSSingleSignOnExtension in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MacOSSingleSignOnExtension Modifier and Type Field Description protected MacOSSingleSignOnExtensionMacOSDeviceFeaturesConfiguration. macOSSingleSignOnExtensionMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOSSingleSignOnExtension Modifier and Type Method Description Optional<MacOSSingleSignOnExtension>MacOSDeviceFeaturesConfiguration. getMacOSSingleSignOnExtension()“Gets or sets a single sign-on extension profile.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOSSingleSignOnExtension Modifier and Type Method Description MacOSDeviceFeaturesConfiguration.BuilderMacOSDeviceFeaturesConfiguration.Builder. macOSSingleSignOnExtension(MacOSSingleSignOnExtension macOSSingleSignOnExtension)“Gets or sets a single sign-on extension profile.”MacOSDeviceFeaturesConfigurationMacOSDeviceFeaturesConfiguration. withMacOSSingleSignOnExtension(MacOSSingleSignOnExtension macOSSingleSignOnExtension)Returns an immutable copy ofthiswith just themacOSSingleSignOnExtensionfield changed.
-