Class OrgGroupPolicySuggestionAttributes

Attributes of an org group policy suggestion.

Hierarchy

  • OrgGroupPolicySuggestionAttributes

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
consensusRatio: number

The ratio of member orgs whose configuration agrees on the recommended value.

policyName: string

The name of the suggested policy.

recommendedValue: any

The recommended value for the policy, based on member org consensus.

The status of the policy suggestion.

Generated using TypeDoc