Interface IDeprecatedWriteApis

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.

Hierarchy

Methods

  • Parameters

    • conditionSetId: string

    Returns Promise<AxiosResponse<void, any>>

  • Parameters

    • resourceId: string

    Returns Promise<AxiosResponse<void, any>>

  • Parameters

    • roleId: string

    Returns Promise<AxiosResponse<void, any>>

  • Parameters

    • tenantId: string

    Returns Promise<AxiosResponse<void, any>>

  • Parameters

    • userId: string

    Returns Promise<AxiosResponse<void, any>>

Generated using TypeDoc