Package com.microsoft.graph.models
Class Fido2KeyRestrictions
java.lang.Object
com.microsoft.graph.models.Fido2KeyRestrictions
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Fido2KeyRestrictions
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Fido2Key Restrictions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Aa Guids.The Enforcement Type.The Is Enforced.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
aaGuids
The Aa Guids. A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers. -
enforcementType
@SerializedName(value="enforcementType", alternate="EnforcementType") @Expose @Nullable public Fido2RestrictionEnforcementType enforcementTypeThe Enforcement Type. Enforcement type. Possible values are: allow, block. -
isEnforced
@SerializedName(value="isEnforced", alternate="IsEnforced") @Expose @Nullable public Boolean isEnforcedThe Is Enforced. Determines if the configured key enforcement is enabled.
-
-
Constructor Details
-
Fido2KeyRestrictions
public Fido2KeyRestrictions()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-