pattern property

String? pattern
final

Optional pattern for scoped access (e.g., 'auth.*', 'user.profile') If null, permission applies to all resources of this type

Implementation

final String? pattern;