Creates a new condition set rule.
The condition set rule to create.
A promise that resolves to the created condition set rule.
PermitApiError If the API returns an error HTTP status code.
PermitContextError If the configured ApiContext does not match the required endpoint context.
Deletes a condition set rule.
The condition set rule to delete.
A promise that resolves when the condition set rule is deleted.
PermitApiError If the API returns an error HTTP status code.
PermitContextError If the configured ApiContext does not match the required endpoint context.
Retrieves a list of condition set rules based on the specified parameters.
parameters for filtering and pagination,
A promise that resolves to an array of condition set rules.
PermitApiError If the API returns an error HTTP status code.
PermitContextError If the configured ApiContext does not match the required endpoint context.
Generated using TypeDoc
The ConditionSetsApi class provides methods for interacting with condition sets using the Permit REST API.