Class X509CertificateRule

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

@Generated("com.microsoft.kiota") public class X509CertificateRule 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

    • X509CertificateRule

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

    • createFromDiscriminatorValue

      @Nonnull public static X509CertificateRule 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 X509CertificateRule
    • 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>>
    • getIdentifier

      @Nullable public String getIdentifier()
      Gets the identifier property value. The identifier of the X.509 certificate. Required.
      Returns:
      a String
    • getIssuerSubjectIdentifier

      @Nullable public String getIssuerSubjectIdentifier()
      Gets the issuerSubjectIdentifier property value. The issuerSubjectIdentifier property
      Returns:
      a String
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getPolicyOidIdentifier

      @Nullable public String getPolicyOidIdentifier()
      Gets the policyOidIdentifier property value. The policyOidIdentifier property
      Returns:
      a String
    • getX509CertificateAuthenticationMode

      @Nullable public X509CertificateAuthenticationMode getX509CertificateAuthenticationMode()
      Gets the x509CertificateAuthenticationMode property value. The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required.
      Returns:
      a X509CertificateAuthenticationMode
    • getX509CertificateRequiredAffinityLevel

      @Nullable public X509CertificateAffinityLevel getX509CertificateRequiredAffinityLevel()
      Gets the x509CertificateRequiredAffinityLevel property value. The x509CertificateRequiredAffinityLevel property
      Returns:
      a X509CertificateAffinityLevel
    • getX509CertificateRuleType

      @Nullable public X509CertificateRuleType getX509CertificateRuleType()
      Gets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required.
      Returns:
      a X509CertificateRuleType
    • 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.
    • setIdentifier

      public void setIdentifier(@Nullable String value)
      Sets the identifier property value. The identifier of the X.509 certificate. Required.
      Parameters:
      value - Value to set for the identifier property.
    • setIssuerSubjectIdentifier

      public void setIssuerSubjectIdentifier(@Nullable String value)
      Sets the issuerSubjectIdentifier property value. The issuerSubjectIdentifier property
      Parameters:
      value - Value to set for the issuerSubjectIdentifier 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.
    • setPolicyOidIdentifier

      public void setPolicyOidIdentifier(@Nullable String value)
      Sets the policyOidIdentifier property value. The policyOidIdentifier property
      Parameters:
      value - Value to set for the policyOidIdentifier property.
    • setX509CertificateAuthenticationMode

      public void setX509CertificateAuthenticationMode(@Nullable X509CertificateAuthenticationMode value)
      Sets the x509CertificateAuthenticationMode property value. The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required.
      Parameters:
      value - Value to set for the x509CertificateAuthenticationMode property.
    • setX509CertificateRequiredAffinityLevel

      public void setX509CertificateRequiredAffinityLevel(@Nullable X509CertificateAffinityLevel value)
      Sets the x509CertificateRequiredAffinityLevel property value. The x509CertificateRequiredAffinityLevel property
      Parameters:
      value - Value to set for the x509CertificateRequiredAffinityLevel property.
    • setX509CertificateRuleType

      public void setX509CertificateRuleType(@Nullable X509CertificateRuleType value)
      Sets the x509CertificateRuleType property value. The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required.
      Parameters:
      value - Value to set for the x509CertificateRuleType property.