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

Properties

dynamicViewEnabled?: boolean

Whether the dynamic view feature is enabled.

odagEnabled?: boolean