Interface: AdminBarriersUpdateArguments
Extends
AdminBarriersCreateArguments
.BarrierID
Properties
barrier_id
barrier_id: string;
Description
The ID of the barrier.
Inherited from
BarrierID.barrier_id
Defined in
packages/web-api/src/types/request/admin/barriers.ts:7
barriered_from_usergroup_ids
barriered_from_usergroup_ids: string[];
Description
A list of IDP Groups IDs ti associate with the barrier.
Inherited from
AdminBarriersCreateArguments
.barriered_from_usergroup_ids
Defined in
packages/web-api/src/types/request/admin/barriers.ts:13
primary_usergroup_id
primary_usergroup_id: string;
Description
The ID of the primary IDP Group.
Inherited from
AdminBarriersCreateArguments
.primary_usergroup_id
Defined in
packages/web-api/src/types/request/admin/barriers.ts:15
restricted_subjects
restricted_subjects: ["im", "mpim", "call"];
Description
What kind of interactions are blocked by this barrier?
Currently you must provide all three: im
, mpim
, call
.
Inherited from
AdminBarriersCreateArguments
.restricted_subjects
Defined in
packages/web-api/src/types/request/admin/barriers.ts:20
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
AdminBarriersCreateArguments
.token