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
$escrowCeremonyId read-only
public
string|null
$escrowCeremonyId
$keyName read-only
public
string
$keyName
$keyVersion read-only
public
string
$keyVersion
$metadata read-only
public
array<string|int, mixed>
$metadata
= []
$notes read-only
public
string|null
$notes
= null
$shareCount read-only
public
int
$shareCount
$status read-only
public
string
$status
$tenantId read-only
public
string|null
$tenantId
$threshold read-only
public
int
$threshold
$verifiedAt read-only
public
DateTimeImmutable
$verifiedAt
$verifiedByPlatformUserId read-only
public
string|null
$verifiedByPlatformUserId
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