AuditLogExportCreation
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $actions : array<string|int, string>|null
- List of actions to filter against.
- $actorIds : array<string|int, string>|null
- List of actor IDs to filter against.
- $actorNames : array<string|int, string>|null
- List of actor names to filter against.
- $actors : array<string|int, string>|null
- Deprecated. Use `actor_names` instead.
- $organizationId : string
- The unique ID of the Organization.
- $rangeEnd : string
- ISO-8601 value for end of the export range.
- $rangeStart : string
- ISO-8601 value for start of the export range.
- $targets : array<string|int, string>|null
- List of target types to filter against.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
$actions
List of actions to filter against.
public
array<string|int, string>|null
$actions
= null
$actorIds
List of actor IDs to filter against.
public
array<string|int, string>|null
$actorIds
= null
$actorNames
List of actor names to filter against.
public
array<string|int, string>|null
$actorNames
= null
$actors
Deprecated. Use `actor_names` instead.
public
array<string|int, string>|null
$actors
= null
$organizationId
The unique ID of the Organization.
public
string
$organizationId
$rangeEnd
ISO-8601 value for end of the export range.
public
string
$rangeEnd
$rangeStart
ISO-8601 value for start of the export range.
public
string
$rangeStart
$targets
List of target types to filter against.
public
array<string|int, string>|null
$targets
= null
Methods
__construct()
public
__construct(string $organizationId, string $rangeStart, string $rangeEnd[, array<string|int, mixed>|null $actions = null ][, array<string|int, mixed>|null $actors = null ][, array<string|int, mixed>|null $actorNames = null ][, array<string|int, mixed>|null $actorIds = null ][, array<string|int, mixed>|null $targets = null ]) : mixed
Parameters
- $organizationId : string
- $rangeStart : string
- $rangeEnd : string
- $actions : array<string|int, mixed>|null = null
- $actors : array<string|int, mixed>|null = null
- $actorNames : array<string|int, mixed>|null = null
- $actorIds : array<string|int, mixed>|null = null
- $targets : array<string|int, mixed>|null = null
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>