Class WebauthnPublicKeyCredentialCreationOptions

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

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

      @Nullable public String getAttestation()
      Gets the attestation property value. Specifies the relying party's preference for attestation conveyance.
      Returns:
      a String
    • getAuthenticatorSelection

      @Nullable public WebauthnAuthenticatorSelectionCriteria getAuthenticatorSelection()
      Gets the authenticatorSelection property value. Criteria for selecting an appropriate authenticator for credential creation.
      Returns:
      a WebauthnAuthenticatorSelectionCriteria
    • 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
    • getChallenge

      @Nullable public String getChallenge()
      Gets the challenge property value. The challenge that the authenticator must sign to prove possession of the credential. This value is Base64URL-encoded without padding.
      Returns:
      a String
    • getExcludeCredentials

      @Nullable public List<WebauthnPublicKeyCredentialDescriptor> getExcludeCredentials()
      Gets the excludeCredentials property value. A list of credentials that are already registered for this user, which should be excluded from selection.
      Returns:
      a List<WebauthnPublicKeyCredentialDescriptor>
    • getExtensions

      @Nullable public WebauthnAuthenticationExtensionsClientInputs getExtensions()
      Gets the extensions property value. Inputs for requested WebAuthn extensions.
      Returns:
      a WebauthnAuthenticationExtensionsClientInputs
    • 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>>
    • getOdataType

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

      @Nullable public List<WebauthnPublicKeyCredentialParameters> getPubKeyCredParams()
      Gets the pubKeyCredParams property value. The cryptographic parameters that the relying party supports, in order of preference.
      Returns:
      a List<WebauthnPublicKeyCredentialParameters>
    • getRp

      @Nullable public WebauthnPublicKeyCredentialRpEntity getRp()
      Gets the rp property value. Information about the relying party (RP) requesting credential creation.
      Returns:
      a WebauthnPublicKeyCredentialRpEntity
    • getTimeout

      @Nullable public Integer getTimeout()
      Gets the timeout property value. The time, in milliseconds, that the caller is willing to wait for the operation to complete.
      Returns:
      a Integer
    • getUser

      @Nullable public WebauthnPublicKeyCredentialUserEntity getUser()
      Gets the user property value. Information about the user account for which the credential is being created.
      Returns:
      a WebauthnPublicKeyCredentialUserEntity
    • 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.
    • setAttestation

      public void setAttestation(@Nullable String value)
      Sets the attestation property value. Specifies the relying party's preference for attestation conveyance.
      Parameters:
      value - Value to set for the attestation property.
    • setAuthenticatorSelection

      public void setAuthenticatorSelection(@Nullable WebauthnAuthenticatorSelectionCriteria value)
      Sets the authenticatorSelection property value. Criteria for selecting an appropriate authenticator for credential creation.
      Parameters:
      value - Value to set for the authenticatorSelection 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.
    • setChallenge

      public void setChallenge(@Nullable String value)
      Sets the challenge property value. The challenge that the authenticator must sign to prove possession of the credential. This value is Base64URL-encoded without padding.
      Parameters:
      value - Value to set for the challenge property.
    • setExcludeCredentials

      public void setExcludeCredentials(@Nullable List<WebauthnPublicKeyCredentialDescriptor> value)
      Sets the excludeCredentials property value. A list of credentials that are already registered for this user, which should be excluded from selection.
      Parameters:
      value - Value to set for the excludeCredentials property.
    • setExtensions

      public void setExtensions(@Nullable WebauthnAuthenticationExtensionsClientInputs value)
      Sets the extensions property value. Inputs for requested WebAuthn extensions.
      Parameters:
      value - Value to set for the extensions 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.
    • setPubKeyCredParams

      public void setPubKeyCredParams(@Nullable List<WebauthnPublicKeyCredentialParameters> value)
      Sets the pubKeyCredParams property value. The cryptographic parameters that the relying party supports, in order of preference.
      Parameters:
      value - Value to set for the pubKeyCredParams property.
    • setRp

      public void setRp(@Nullable WebauthnPublicKeyCredentialRpEntity value)
      Sets the rp property value. Information about the relying party (RP) requesting credential creation.
      Parameters:
      value - Value to set for the rp property.
    • setTimeout

      public void setTimeout(@Nullable Integer value)
      Sets the timeout property value. The time, in milliseconds, that the caller is willing to wait for the operation to complete.
      Parameters:
      value - Value to set for the timeout property.
    • setUser

      public void setUser(@Nullable WebauthnPublicKeyCredentialUserEntity value)
      Sets the user property value. Information about the user account for which the credential is being created.
      Parameters:
      value - Value to set for the user property.