Class 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 Details

    • certificateData

      @SerializedName(value="certificateData", alternate="CertificateData") @Expose @Nullable public String certificateData
      The 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 developerId
      The Developer Id. The Apple developer identifier. Required.
    • keyId

      @SerializedName(value="keyId", alternate="KeyId") @Expose @Nullable public String keyId
      The Key Id. The Apple key identifier. Required.
    • serviceId

      @SerializedName(value="serviceId", alternate="ServiceId") @Expose @Nullable public String 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class IdentityProviderBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to