WorkOS PHP SDK

AgentBlueprintUpdatedDataInvocableBy
in package
implements JsonSerializable uses JsonSerializableTrait

Read onlyYes

Who may mint sessions from this blueprint.

Table of Contents

Interfaces

JsonSerializable

Properties

$organizationIds  : array<string|int, string>
Organizations in which autonomous sessions may be minted from this blueprint.
$roleSlugs  : array<string|int, string>
Role slugs whose members may mint user-delegated sessions from this blueprint.

Methods

__construct()  : mixed
fromArray()  : self
jsonSerialize()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $roleSlugs, array<string|int, mixed> $organizationIds) : mixed
Parameters
$roleSlugs : array<string|int, mixed>
$organizationIds : array<string|int, mixed>

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results