diff --git a/types/api/channels.d.ts b/types/api/channels.d.ts index c26115a42..90e62b331 100644 --- a/types/api/channels.d.ts +++ b/types/api/channels.d.ts @@ -45,6 +45,9 @@ type Channel = { group_constrained: boolean|null; shared: boolean; banner_info?: ChannelBannerInfo; + + /** Whether the channel has Attribute-Based Access Control (ABAC) policy enforcement enabled, controlling access based on user attributes */ + policy_enforced?: boolean; }; type ChannelPatch = { name?: string;