java.lang.Object
com.slack.api.methods.request.admin.barriers.AdminBarriersCreateRequest.AdminBarriersCreateRequestBuilder
-
Method Summary
A list of IDP Groups ids that the primary usergroup is to be barriered from.
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.
-
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.
-
-