ValidationPoliciesApi class

Constructors

ValidationPoliciesApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPolicyRule(int policyId, PolicyRule policyRule) Future<AddPolicyRule201Response?>
Add rule to policy
addPolicyRuleWithHttpInfo(int policyId, PolicyRule policyRule) Future<Response>
Add rule to policy
createPolicy(CreatePolicyRequest createPolicyRequest) Future<PolicyResponse?>
Create policy
createPolicyFromPreset(CreatePolicyFromPresetRequest createPolicyFromPresetRequest) Future<PolicyResponse?>
Create policy from preset
createPolicyFromPresetWithHttpInfo(CreatePolicyFromPresetRequest createPolicyFromPresetRequest) Future<Response>
Create policy from preset
createPolicyWithHttpInfo(CreatePolicyRequest createPolicyRequest) Future<Response>
Create policy
deletePolicy(int policyId) Future<DeletePolicy200Response?>
Delete policy
deletePolicyRule(int policyId, int ruleId) Future<DeletePolicyRule200Response?>
Delete rule
deletePolicyRuleWithHttpInfo(int policyId, int ruleId) Future<Response>
Delete rule
deletePolicyWithHttpInfo(int policyId) Future<Response>
Delete policy
getPolicy(int policyId) Future<PolicyResponse?>
Get policy
getPolicyPresets() Future<PolicyPresetsResponse?>
Get policy presets
getPolicyPresetsWithHttpInfo() Future<Response>
Get policy presets
getPolicyWithHttpInfo(int policyId) Future<Response>
Get policy
listPolicies({bool? includeRules}) Future<PolicyListResponse?>
List policies
listPoliciesWithHttpInfo({bool? includeRules}) Future<Response>
List policies
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
testPolicy(TestPolicyRequest testPolicyRequest) Future<PolicyTestResponse?>
Test policy evaluation
testPolicyWithHttpInfo(TestPolicyRequest testPolicyRequest) Future<Response>
Test policy evaluation
toString() String
A string representation of this object.
inherited
updatePolicy(int policyId, UpdatePolicyRequest updatePolicyRequest) Future<PolicyResponse?>
Update policy
updatePolicyWithHttpInfo(int policyId, UpdatePolicyRequest updatePolicyRequest) Future<Response>
Update policy

Operators

operator ==(Object other) bool
The equality operator.
inherited