Class ApplicationRiskFactorCertificateInfo

java.lang.Object
com.microsoft.graph.models.ApplicationRiskFactorCertificateInfo
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class ApplicationRiskFactorCertificateInfo extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ApplicationRiskFactorCertificateInfo 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 ApplicationRiskFactorCertificateInfo
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • 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
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getHasBadCommonName

      @Nullable public Boolean getHasBadCommonName()
      Gets the hasBadCommonName property value. Indicates whether the certificate's common name doesn't match the expected domain name.
      Returns:
      a Boolean
    • getHasInsecureSignature

      @Nullable public Boolean getHasInsecureSignature()
      Gets the hasInsecureSignature property value. Indicates whether the certificate uses a weak or insecure signature algorithm (for example, MD5 or SHA-1).
      Returns:
      a Boolean
    • getHasNoChainOfTrust

      @Nullable public Boolean getHasNoChainOfTrust()
      Gets the hasNoChainOfTrust property value. Indicates whether the certificate chain of trust is incomplete or invalid.
      Returns:
      a Boolean
    • getIsDenylisted

      @Nullable public Boolean getIsDenylisted()
      Gets the isDenylisted property value. Indicates whether the certificate is on a known denylist or associated with compromised issuers.
      Returns:
      a Boolean
    • getIsHostnameMismatch

      @Nullable public Boolean getIsHostnameMismatch()
      Gets the isHostnameMismatch property value. Indicates whether the certificate's hostname doesn't match the domain it was issued for.
      Returns:
      a Boolean
    • getIsNotAfter

      @Nullable public Boolean getIsNotAfter()
      Gets the isNotAfter property value. Indicates whether the certificate is expired and no longer valid.
      Returns:
      a Boolean
    • getIsNotBefore

      @Nullable public Boolean getIsNotBefore()
      Gets the isNotBefore property value. Indicates whether the certificate isn't yet valid based on its activation date.
      Returns:
      a Boolean
    • getIsRevoked

      @Nullable public Boolean getIsRevoked()
      Gets the isRevoked property value. Indicates whether the issuing certificate authority revoked the certificate.
      Returns:
      a Boolean
    • getIsSelfSigned

      @Nullable public Boolean getIsSelfSigned()
      Gets the isSelfSigned property value. Indicates whether the certificate is self-signed rather than issued by a trusted certificate authority.
      Returns:
      a Boolean
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      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
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setHasBadCommonName

      public void setHasBadCommonName(@Nullable Boolean value)
      Sets the hasBadCommonName property value. Indicates whether the certificate's common name doesn't match the expected domain name.
      Parameters:
      value - Value to set for the hasBadCommonName property.
    • setHasInsecureSignature

      public void setHasInsecureSignature(@Nullable Boolean value)
      Sets the hasInsecureSignature property value. Indicates whether the certificate uses a weak or insecure signature algorithm (for example, MD5 or SHA-1).
      Parameters:
      value - Value to set for the hasInsecureSignature property.
    • setHasNoChainOfTrust

      public void setHasNoChainOfTrust(@Nullable Boolean value)
      Sets the hasNoChainOfTrust property value. Indicates whether the certificate chain of trust is incomplete or invalid.
      Parameters:
      value - Value to set for the hasNoChainOfTrust property.
    • setIsDenylisted

      public void setIsDenylisted(@Nullable Boolean value)
      Sets the isDenylisted property value. Indicates whether the certificate is on a known denylist or associated with compromised issuers.
      Parameters:
      value - Value to set for the isDenylisted property.
    • setIsHostnameMismatch

      public void setIsHostnameMismatch(@Nullable Boolean value)
      Sets the isHostnameMismatch property value. Indicates whether the certificate's hostname doesn't match the domain it was issued for.
      Parameters:
      value - Value to set for the isHostnameMismatch property.
    • setIsNotAfter

      public void setIsNotAfter(@Nullable Boolean value)
      Sets the isNotAfter property value. Indicates whether the certificate is expired and no longer valid.
      Parameters:
      value - Value to set for the isNotAfter property.
    • setIsNotBefore

      public void setIsNotBefore(@Nullable Boolean value)
      Sets the isNotBefore property value. Indicates whether the certificate isn't yet valid based on its activation date.
      Parameters:
      value - Value to set for the isNotBefore property.
    • setIsRevoked

      public void setIsRevoked(@Nullable Boolean value)
      Sets the isRevoked property value. Indicates whether the issuing certificate authority revoked the certificate.
      Parameters:
      value - Value to set for the isRevoked property.
    • setIsSelfSigned

      public void setIsSelfSigned(@Nullable Boolean value)
      Sets the isSelfSigned property value. Indicates whether the certificate is self-signed rather than issued by a trusted certificate authority.
      Parameters:
      value - Value to set for the isSelfSigned property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.