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 | typing.Union[ type, NoneType ] | |
commit | bool | |
debug | bool | |
identity_id | typing.Union[ flow_api.system.NotSet, str ] | |
init | typing.Union[ dict, NoneType ] | |
propagate | typing.Union[ flow_api.system.NotSet, bool ] | |
role_id | typing.Union[ flow_api.system.NotSet, str ] | |
select | typing.Union[ str, NoneType ] |
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