Class CertificateBasedAuthPki

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

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

    • CertificateBasedAuthPki

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

    • createFromDiscriminatorValue

      @Nonnull public static CertificateBasedAuthPki 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 CertificateBasedAuthPki
    • getCertificateAuthorities

      @Nullable public List<CertificateAuthorityDetail> getCertificateAuthorities()
      Gets the certificateAuthorities property value. The collection of certificate authorities contained in this public key infrastructure resource.
      Returns:
      a List<CertificateAuthorityDetail>
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The name of the object. Maximum length is 256 characters.
      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 DirectoryObject
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. The date and time when the object was created or last modified.
      Returns:
      a OffsetDateTime
    • getStatus

      @Nullable public String getStatus()
      Gets the status property value. The status of any asynchronous jobs runs on the object which can be upload or delete.
      Returns:
      a String
    • getStatusDetails

      @Nullable public String getStatusDetails()
      Gets the statusDetails property value. The status details of the upload/deleted operation of PKI (Public Key Infrastructure).
      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 DirectoryObject
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCertificateAuthorities

      public void setCertificateAuthorities(@Nullable List<CertificateAuthorityDetail> value)
      Sets the certificateAuthorities property value. The collection of certificate authorities contained in this public key infrastructure resource.
      Parameters:
      value - Value to set for the certificateAuthorities property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The name of the object. Maximum length is 256 characters.
      Parameters:
      value - Value to set for the displayName property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. The date and time when the object was created or last modified.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.
    • setStatus

      public void setStatus(@Nullable String value)
      Sets the status property value. The status of any asynchronous jobs runs on the object which can be upload or delete.
      Parameters:
      value - Value to set for the status property.
    • setStatusDetails

      public void setStatusDetails(@Nullable String value)
      Sets the statusDetails property value. The status details of the upload/deleted operation of PKI (Public Key Infrastructure).
      Parameters:
      value - Value to set for the statusDetails property.