Attributes of a feature flag.

Hierarchy

  • FeatureFlagAttributes

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
archivedAt?: Date

The timestamp when the feature flag was archived.

createdAt?: Date

The timestamp when the feature flag was created.

createdBy?: string

The ID of the user who created the feature flag.

description: string

The description of the feature flag.

distributionChannel?: string

Distribution channel for the feature flag.

featureFlagEnvironments?: FeatureFlagEnvironment[]

Environment-specific settings for the feature flag.

jsonSchema?: string

JSON schema for validation when value_type is JSON.

key: string

The unique key of the feature flag.

lastUpdatedBy?: string

The ID of the user who last updated the feature flag.

name: string

The name of the feature flag.

requireApproval?: boolean

Indicates whether this feature flag requires approval for changes.

updatedAt?: Date

The timestamp when the feature flag was last updated.

valueType: ValueType

The type of values for the feature flag variants.

variants: Variant[]

The variants of the feature flag.

Generated using TypeDoc