Package com.microsoft.graph.models
Class ArkoseFraudProtectionProvider
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.FraudProtectionProvider
com.microsoft.graph.models.ArkoseFraudProtectionProvider
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class ArkoseFraudProtectionProvider
extends FraudProtectionProvider
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newArkoseFraudProtectionProviderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the clientSubDomain property value.The deserialization information for the current modelGets the privateKey property value.Gets the publicKey property value.Gets the verifySubDomain property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetClientSubDomain(String value) Sets the clientSubDomain property value.voidsetPrivateKey(String value) Sets the privateKey property value.voidsetPublicKey(String value) Sets the publicKey property value.voidsetVerifySubDomain(String value) Sets the verifySubDomain property value.Methods inherited from class com.microsoft.graph.models.FraudProtectionProvider
getDisplayName, setDisplayNameMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
ArkoseFraudProtectionProvider
public ArkoseFraudProtectionProvider()Instantiates a newArkoseFraudProtectionProviderand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static ArkoseFraudProtectionProvider 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
ArkoseFraudProtectionProvider
-
getClientSubDomain
Gets the clientSubDomain property value. Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value.- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classFraudProtectionProvider- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getPrivateKey
Gets the privateKey property value. The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.- Returns:
- a
String
-
getPublicKey
Gets the publicKey property value. The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.- Returns:
- a
String
-
getVerifySubDomain
Gets the verifySubDomain property value. Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classFraudProtectionProvider- Parameters:
writer- Serialization writer to use to serialize this model
-
setClientSubDomain
Sets the clientSubDomain property value. Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value.- Parameters:
value- Value to set for the clientSubDomain property.
-
setPrivateKey
Sets the privateKey property value. The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.- Parameters:
value- Value to set for the privateKey property.
-
setPublicKey
Sets the publicKey property value. The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.- Parameters:
value- Value to set for the publicKey property.
-
setVerifySubDomain
Sets the verifySubDomain property value. Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value.- Parameters:
value- Value to set for the verifySubDomain property.
-