Class SampleLogGenerationSubscriptionAttributes

The attributes describing a sample log generation subscription.

Hierarchy

  • SampleLogGenerationSubscriptionAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
contentPackId: string

The identifier of the Cloud SIEM content pack the subscription targets.

createdAt: Date

The time at which the subscription was created.

expiresAt: Date

The time at which the subscription expires and stops generating logs.

isActive: boolean

Whether the subscription is currently active and generating logs.

The status of the subscription.

Generated using TypeDoc