Name | Type | Description | Notes |
---|---|---|---|
role_id | Option<serde_json::Value> | the role id that needs to exist on the related resource (from the relation) | |
resource_id | Option<serde_json::Value> | the resource id that needs to exist on the related role (from the relation) | |
relation_id | Option<serde_json::Value> | the relation id that needs to exist between the resource and the related resource | |
role | Option<serde_json::Value> | the role key that needs to exist on the related resource (from the relation) | |
on_resource | Option<serde_json::Value> | the resource key that needs to exist on the related role (from the relation) | |
linked_by_relation | Option<serde_json::Value> | the relation key that needs to exist between the resource and the related resource | |
when | Option<models::DerivationSettings> | the settings of the derived role rule | [optional][default to {no_direct_roles_on_object=false}] |