IdentityRole
class flow_api.identity_role.IdentityRole(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, identity_id=<class 'flow_api.system.NotSet'>, propagate=<class 'flow_api.system.NotSet'>, role_id=<class 'flow_api.system.NotSet'>, debug=False)
Base class: Row
Mapping an identity to a role.
Parameters
| Name | Type | Description |
|---|---|---|
| allow_deleted | bool | |
| allow_normal | bool | |
| by | str | |
| cls | Optional | |
| commit | bool | |
| debug | bool | |
| identity_id | Union | |
| init | Optional | |
| propagate | Union | |
| role_id | Union | |
| select | Optional |
Constants
RESOURCE = identity_roleMethods
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
identity
details
restore
details
role
details
save
details