Others
isPolicyExist
Get is the policy exist.
Name
Type
Description
policyId
string
The policy id.
Name
Type
Description
[0]
bool
True if the policy is exist, false otherwise.
getPolicyStatus
Get the policy status.
Name
Type
Description
policyId
string
The policy id.
Name
Type
Description
[0]
The policy status.
getPoliciesStatus
Get the policies status.
Name
Type
Description
policyIds
string[]
The parameter that contains the policy ids.
Name
Type
Description
[0]
The policies status.
getPolicyData
Get the policy data.
Name
Type
Description
policyId
string
The policy id.
Name
Type
Description
[0]
The policy data.
getPoliciesData
Get the policies data.
Name
Type
Description
policyIds
string[]
The parameter that contains the policy ids.
Name
Type
Description
[0]
The policies data.
Last updated