VaultByokKeyVerificationCompletedData
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
The event payload.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $keyProvider : VaultByokKeyVerificationCompletedDataKeyProvider
- The external key provider used for BYOK.
- $organizationId : string
- The unique identifier of the organization.
- $verified : bool
- Whether the BYOK key verification completed successfully.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$keyProvider
The external key provider used for BYOK.
public
VaultByokKeyVerificationCompletedDataKeyProvider
$keyProvider
$organizationId
The unique identifier of the organization.
public
string
$organizationId
$verified
Whether the BYOK key verification completed successfully.
public
bool
$verified
Methods
__construct()
public
__construct(string $organizationId, VaultByokKeyVerificationCompletedDataKeyProvider $keyProvider, bool $verified) : mixed
Parameters
- $organizationId : string
- $keyProvider : VaultByokKeyVerificationCompletedDataKeyProvider
- $verified : bool
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>