Class UpdateAppProtectionLevelRequestDataAttributes

Attributes for updating an app's publication protection level.

Hierarchy

  • UpdateAppProtectionLevelRequestDataAttributes

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
protectionLevel: AppProtectionLevel

The publication protection level of the app. approval_required means changes must go through an approval workflow before being published.

Generated using TypeDoc