Rule Configurations Finder

RuleConfigurationsFinder

RuleConfigurationsFinder Objects

class RuleConfigurationsFinder()

This class allow make get request to RuleConfigurations resource into Opengate North API.

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - Reference to the API object.

findByOrganizationAndChannelAndName
function findByOrganizationAndChannelAndName(organization: string,channel: string,name: string) -> 'Promise'

Performs a get that returns organizations related

Arguments:

  • organization string - organization
  • channel string - channel.
  • name string - Rule Configuration name

Returns:

  • Promise