ACLAction
Enum containing the actions that can be performed against a resource. Group operations are included.
export type ACLAction = 'create' | 'delete' | 'read' | 'update' | 'list';
Enum containing the actions that can be performed against a resource. Group operations are included.
export type ACLAction = 'create' | 'delete' | 'read' | 'update' | 'list';