KMP PHP API Reference

EscrowCeremonyRequest
in package

FinalYes

Table of Contents

Properties

$createdByPlatformUserId  : string|null
$keyName  : string
$keyVersion  : string
$metadata  : array<string|int, mixed>
$notes  : string|null
$shareCount  : int
$shareEnvelopes  : array<string|int, mixed>
$status  : string
$tenantId  : string|null
$threshold  : int

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string|null $tenantId, string $keyName, string $keyVersion, int $threshold, int $shareCount[, string $status = 'sealed' ][, array<string, mixed> $metadata = [] ][, string|null $notes = null ][, string|null $createdByPlatformUserId = null ][, array<int, array<string, mixed>> $shareEnvelopes = [] ]) : mixed
Parameters
$tenantId : string|null
$keyName : string
$keyVersion : string
$threshold : int
$shareCount : int
$status : string = 'sealed'
$metadata : array<string, mixed> = []

Non-sensitive ceremony metadata

$notes : string|null = null
$createdByPlatformUserId : string|null = null
$shareEnvelopes : array<int, array<string, mixed>> = []

Non-sensitive envelope labels/custody metadata

On this page

Search results