Package com.microsoft.graph.models
Class IdentityProvider
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityProvider
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
@Deprecated
public class IdentityProvider
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
Deprecated.
The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.
The class for the Identity Provider.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.The Client Id.Deprecated.The Client Secret.Deprecated.The Name.Deprecated.The Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Deprecated.Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
clientId
Deprecated.The Client Id. The client ID for the application. This is the client ID obtained when registering the application with the identity provider. Required. Not nullable. -
clientSecret
@SerializedName(value="clientSecret", alternate="ClientSecret") @Expose @Nullable public String clientSecretDeprecated.The Client Secret. The client secret for the application. This is the client secret obtained when registering the application with the identity provider. This is write-only. A read operation will return ****. Required. Not nullable. -
name
Deprecated.The Name. The display name of the identity provider. Not nullable. -
type
Deprecated.The Type. The identity provider type is a required field. For B2B scenario: Google, Facebook. For B2C scenario: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat, OpenIDConnect. Not nullable.
-
-
Constructor Details
-
IdentityProvider
public IdentityProvider()Deprecated.
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Deprecated.Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-