Type Alias OdagSettingsV2

The state of the ODAG settings available for users assigned the TenantAdmin role to view and configure.

type OdagSettingsV2 = {
    dynamicViewEnabled?: boolean;
    odagEnabled?: boolean;
}
Index
dynamicViewEnabled?: boolean

Whether the dynamic view feature is enabled.

odagEnabled?: boolean

Whether the ODAG feature is enabled.