Package com.microsoft.graph.models
Class AppleManagedIdentityProvider
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IdentityProviderBase
com.microsoft.graph.models.AppleManagedIdentityProvider
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AppleManagedIdentityProvider
extends IdentityProviderBase
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Apple Managed Identity Provider.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Certificate Data.The Developer Id.The Key Id.The Service Id.Fields inherited from class com.microsoft.graph.models.IdentityProviderBase
displayName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) 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
-
certificateData
@SerializedName(value="certificateData", alternate="CertificateData") @Expose @Nullable public String certificateDataThe Certificate Data. The certificate data, which is a long string of text from the certificate. Can be null. -
developerId
@SerializedName(value="developerId", alternate="DeveloperId") @Expose @Nullable public String developerIdThe Developer Id. The Apple developer identifier. Required. -
keyId
The Key Id. The Apple key identifier. Required. -
serviceId
The Service Id. The Apple service identifier. Required.
-
-
Constructor Details
-
AppleManagedIdentityProvider
public AppleManagedIdentityProvider()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classIdentityProviderBase- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-