BatchLookupPolicy class
Lists all policies from the root of the Directory to the object specified inside a BatchRead operation. For more information, see LookupPolicy and BatchReadRequest$Operations.
Constructors
- BatchLookupPolicy({required ObjectReference objectReference, int? maxResults, String? nextToken})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults → int?
-
The maximum number of results to retrieve.
final
- nextToken → String?
-
The pagination token.
final
- objectReference → ObjectReference
-
Reference that identifies the object whose policies will be looked up.
final
- 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