PermissionHolder class

Details of a user, group, field, or project role that holds a permission. See Holder object in Get all permission schemes for more information.

Constructors

PermissionHolder({String? expand, String? parameter, required String type, String? value})
PermissionHolder.fromJson(Map<String, Object?> json)
factory

Properties

expand String?
Expand options that include additional permission holder details in the response.
final
hashCode int
The hash code for this object.
no setterinherited
parameter String?
As a group's name can change, use of value is recommended. The identifier associated withthe type value that defines the holder of the permission.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of permission holder.
final
value String?
The identifier associated with the type value that defines the holder of the permission.
final

Methods

copyWith({String? expand, String? parameter, String? type, String? value}) PermissionHolder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited