CheckDataAccessRequest class
Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.
Constructors
-
CheckDataAccessRequest({ConsentList? consentList, String? dataId, Map<
String, String> ? requestAttributes, String? responseView}) - CheckDataAccessRequest.fromJson(Map json_)
Properties
- consentList ↔ ConsentList?
-
Specific Consents to evaluate the access request against.
getter/setter pair
- dataId ↔ String?
-
The unique identifier of the resource to check access for.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requestAttributes
↔ Map<
String, String> ? -
The values of request attributes associated with this access request.
getter/setter pair
- responseView ↔ String?
-
The view for CheckDataAccessResponse.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited