Skip to main content
Defined in: typescript/src/models/policy-change.ts:129 Proof that the approver, holding their step up private key, authorized this one action on this one change. Valid once, until expiresAt. Make one with signPolicyChangeStepUp().

Properties

payload

readonly payload: PolicyChangeStepUpAuthorizationPayload
Defined in: typescript/src/models/policy-change.ts:130

signature

readonly signature: string
Defined in: typescript/src/models/policy-change.ts:135 Base64 Ed25519 signature over the canonical JSON of payload.

keyId

readonly keyId: string
Defined in: typescript/src/models/policy-change.ts:137

algorithm

readonly algorithm: "ed25519"
Defined in: typescript/src/models/policy-change.ts:138