| Name | Type | Description | Notes |
|---|---|---|---|
| derivationAllowlist | Array<DerivationInfoSchema> | Allowlist of derivation paths that can be used with this policy. None means no restrictions. | [optional] [default to undefined] |
| scopes | Array<OrganizationWalletScope> | Scopes that this policy is allowed to perform. | [default to undefined] |
| version | string | [default to undefined] | |
| constants | Array<CelPolicyConstant> | [default to undefined] | |
| rules | Array<CelPolicyRule> | [default to undefined] | |
| preset | string | [default to undefined] | |
| usdLimit | UsdLimitSettings | [optional] [default to undefined] | |
| walletId | string | [default to undefined] | |
| rootAccess | OrganizationRootAccess | [default to undefined] |
import { VersionedOrganizationPolicy } from '@phantom/openapi-wallet-service';
const instance: VersionedOrganizationPolicy = {
derivationAllowlist,
scopes,
version,
constants,
rules,
preset,
usdLimit,
walletId,
rootAccess,
};