MM-63935- abac end user indicators db fix (#8862)
This commit is contained in:
parent
84a1520698
commit
8b5d382d2a
1 changed files with 3 additions and 0 deletions
3
types/api/channels.d.ts
vendored
3
types/api/channels.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue