MM-63935- abac end user indicators db fix (#8862)

This commit is contained in:
Pablo Vélez 2025-05-15 16:29:17 +02:00 committed by GitHub
parent 84a1520698
commit 8b5d382d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;