KMP PHP API Reference

EscrowVerificationRequest
in package

FinalYes

Table of Contents

Properties

$escrowCeremonyId  : string|null
$keyName  : string
$keyVersion  : string
$metadata  : array<string|int, mixed>
$notes  : string|null
$shareCount  : int
$status  : string
$tenantId  : string|null
$threshold  : int
$verifiedAt  : DateTimeImmutable
$verifiedByPlatformUserId  : string|null

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string|null $escrowCeremonyId, string|null $tenantId, string $keyName, string $keyVersion, int $threshold, int $shareCount, DateTimeImmutable $verifiedAt, string|null $verifiedByPlatformUserId, string $status[, array<string, mixed> $metadata = [] ][, string|null $notes = null ]) : mixed
Parameters
$escrowCeremonyId : string|null
$tenantId : string|null
$keyName : string
$keyVersion : string
$threshold : int
$shareCount : int
$verifiedAt : DateTimeImmutable
$verifiedByPlatformUserId : string|null
$status : string
$metadata : array<string, mixed> = []

Non-sensitive ceremony metadata

$notes : string|null = null
On this page

Search results