java.lang.Object
com.slack.api.methods.request.admin.barriers.AdminBarriersUpdateRequest.AdminBarriersUpdateRequestBuilder
-
Method Summary
A list of IDP Groups ids that the primary usergroup is to be barriered from.
The ID of the barrier you're trying to modify
The id of the primary IDP Group
What kind of interactions are blocked by this barrier?
For v1, we only support a list of all 3, e.g.
Authentication token bearing required scopes.
-
Method Details
-
token
Authentication token bearing required scopes.
- Returns:
this.
-
barrierId
The ID of the barrier you're trying to modify
- Returns:
this.
-
barrieredFromUsergroupIds
A list of IDP Groups ids that the primary usergroup is to be barriered from.
- Returns:
this.
-
primaryUsergroupId
The id of the primary IDP Group
- Returns:
this.
-
restrictedSubjects
What kind of interactions are blocked by this barrier?
For v1, we only support a list of all 3, e.g. im, mpim, call
- Returns:
this.
-
-