Uses of Class
odata.msgraph.client.beta.entity.IdentityProviderBase
-
Packages that use IdentityProviderBase Package Description odata.msgraph.client.beta.entity -
-
Uses of IdentityProviderBase in odata.msgraph.client.beta.entity
Subclasses of IdentityProviderBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classAppleManagedIdentityProviderclassBuiltInIdentityProviderclassOpenIdConnectIdentityProviderclassSamlOrWsFedExternalDomainFederationclassSamlOrWsFedProviderclassSocialIdentityProviderMethods in odata.msgraph.client.beta.entity that return IdentityProviderBase Modifier and Type Method Description IdentityProviderBaseIdentityProviderBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IdentityProviderBaseIdentityProviderBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IdentityProviderBaseIdentityProviderBase. withDisplayName(String displayName)IdentityProviderBaseIdentityProviderBase. withUnmappedField(String name, String value)
-