Skip to main content
Version: 6 - Palatschinke

Role

class flow_api.role.Role(select=None, init=None, by=name, **kwargs)

Base class: Resource

A Role which can be assigned to records which have an identity.

A role can be created with system.role('rolename').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Role

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = role

Methods