BatchPermissionsRequestEntry class

A permission to a resource granted by batch operation to the principal.

Constructors

BatchPermissionsRequestEntry({required String id, List<Permission>? permissions, List<Permission>? permissionsWithGrantOption, DataLakePrincipal? principal, Resource? resource})
BatchPermissionsRequestEntry.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier for the batch permissions request entry.
final
permissions List<Permission>?
The permissions to be granted.
final
permissionsWithGrantOption List<Permission>?
Indicates if the option to pass permissions is granted.
final
principal DataLakePrincipal?
The principal to be granted a permission.
final
resource Resource?
The resource to which the principal is to be granted a permission.
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