The attributes of a Governance Console configuration.

Hierarchy

  • GovernanceConfigAttributes

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
assignmentNotificationsEnabled: boolean

Whether notifications are sent to users when detections are assigned to them.

enabled: boolean

Whether the Governance Console is enabled for the organization.

usageAttributionConfigured: boolean

Whether usage attribution is configured for the organization.

xorgInsightsEnabled: boolean

Whether the organization has opted in to sharing governance data with a managing org for cross-org insights.

Generated using TypeDoc