Attributes of an org group policy config.

Hierarchy

  • OrgGroupPolicyConfigAttributes

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
allowedValues: string[]

The allowed values for this config.

defaultValue: any

The default value for this config.

description: string

The description of the policy config.

name: string

The name of the policy config.

valueType: string

The type of the value for this config.

Generated using TypeDoc