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:
ogapiInternalOpenGateAPI - Reference to the API object.
findByOrganizationAndChannelAndName
function findByOrganizationAndChannelAndName(organization: string,channel: string,name: string) -> 'Promise'Performs a get that returns organizations related
Arguments:
organizationstring - organizationchannelstring - channel.namestring - Rule Configuration name
Returns:
Promise