/** * Permit.io API * Authorization as a service * * The version of the OpenAPI document: 2.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Settings for a derived role * @export * @interface PermitBackendSchemasSchemaDerivedRoleDerivedRoleSettings */ export interface PermitBackendSchemasSchemaDerivedRoleDerivedRoleSettings { /** * If true, the derived role will not take action if the resource has any direct role * @type {boolean} * @memberof PermitBackendSchemasSchemaDerivedRoleDerivedRoleSettings */ no_direct_roles_on_object?: boolean; }