Class AppleManagedIdentityProvider

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class AppleManagedIdentityProvider extends IdentityProviderBase implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • AppleManagedIdentityProvider

      public AppleManagedIdentityProvider()
      Instantiates a new AppleManagedIdentityProvider and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static AppleManagedIdentityProvider createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a AppleManagedIdentityProvider
    • getCertificateData

      @Nullable public String getCertificateData()
      Gets the certificateData property value. The certificate data, which is a long string of text from the certificate. Can be null.
      Returns:
      a String
    • getDeveloperId

      @Nullable public String getDeveloperId()
      Gets the developerId property value. The Apple developer identifier. Required.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class IdentityProviderBase
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getKeyId

      @Nullable public String getKeyId()
      Gets the keyId property value. The Apple key identifier. Required.
      Returns:
      a String
    • getServiceId

      @Nullable public String getServiceId()
      Gets the serviceId property value. The Apple service identifier. Required.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class IdentityProviderBase
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCertificateData

      public void setCertificateData(@Nullable String value)
      Sets the certificateData property value. The certificate data, which is a long string of text from the certificate. Can be null.
      Parameters:
      value - Value to set for the certificateData property.
    • setDeveloperId

      public void setDeveloperId(@Nullable String value)
      Sets the developerId property value. The Apple developer identifier. Required.
      Parameters:
      value - Value to set for the developerId property.
    • setKeyId

      public void setKeyId(@Nullable String value)
      Sets the keyId property value. The Apple key identifier. Required.
      Parameters:
      value - Value to set for the keyId property.
    • setServiceId

      public void setServiceId(@Nullable String value)
      Sets the serviceId property value. The Apple service identifier. Required.
      Parameters:
      value - Value to set for the serviceId property.