Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.6 KB

File metadata and controls

42 lines (31 loc) · 2.6 KB

PolicyRule

Properties

Name Type Description Notes
name string Name of the policy rule [default to undefined]
id string Unique identifier for the policy rule [default to undefined]
policyEngineVersion string Policy engine version [default to undefined]
type PolicyType [default to undefined]
initiator InitiatorConfigPattern [default to undefined]
asset AssetConfig [default to undefined]
source AccountConfig [default to undefined]
verdict VerdictConfig [default to undefined]
subType PolicyType [optional] [default to undefined]
destination DestinationConfig [optional] [default to undefined]
account AccountConfig [optional] [default to undefined]
amountOverTime AmountOverTimeConfig [optional] [default to undefined]
amount AmountRange [optional] [default to undefined]
externalDescriptor string External descriptor for the rule [optional] [default to undefined]
method ContractMethodPattern [optional] [default to undefined]
isGlobalPolicy boolean Whether this is a global policy [optional] [default to undefined]
programCall ProgramCallConfig [optional] [default to undefined]
screeningMetadata ScreeningMetadataConfig [optional] [default to undefined]
quoteAsset AssetConfig [optional] [default to undefined]
baseAsset AssetConfig [optional] [default to undefined]
quoteAmount AmountRange [optional] [default to undefined]
baseAmount AmountRange [optional] [default to undefined]
derivationPath DerivationPathConfig [optional] [default to undefined]
index number Index for the policy rule [optional] [default to undefined]

Enum: PolicyRulePolicyEngineVersionEnum

  • V2 (value: 'v2')

[Back to top] [Back to API list] [Back to Model list] [Back to README]