Preparing search index...
The search index is not available permitio
Interface IDeprecatedWriteApis
Methods
delete Condition Set
delete Condition Set ( conditionSetId ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
delete Resource
delete Resource ( resourceId ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
delete Role
delete Role ( roleId ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
delete Tenant
delete Tenant ( tenantId ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
delete User
delete User ( userId ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
unassign Condition Set Rule
unassign Condition Set Rule ( conditionSetRule ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
unassign Role
unassign Role ( removedRole ) : Promise < AxiosResponse < void , any > >
Returns Promise < AxiosResponse < void , any > >
update Tenant
update Tenant ( tenantId , tenant ) : Promise < TenantRead >
This interface contains write actions (or mutations) that manipulate remote state by calling the permit.io api. These api calls goes outside your local network. You should be aware that these actions incur some cross-cloud latency.
See
DeprecatedApiClient for implementation and docs.