pub struct AdminAppsRestricted {
pub client: Client,
}Fields§
§client: ClientImplementations§
source§impl AdminAppsRestricted
impl AdminAppsRestricted
sourcepub async fn list(
&self,
limit: i64,
cursor: &str,
team_id: &str,
enterprise_id: &str
) -> Result<DndEndSchema>
pub async fn list( &self, limit: i64, cursor: &str, team_id: &str, enterprise_id: &str ) -> Result<DndEndSchema>
This function performs a GET to the /admin.apps.restricted.list endpoint.
List restricted apps for an org or workspace.
FROM: https://api.slack.com/methods/admin.apps.restricted.list
Parameters:
token: &str– Authentication token. Requires scope:admin.apps:read.limit: i64– The maximum number of items to return. Must be between 1 - 1000 both inclusive.cursor: &str– Setcursortonext_cursorreturned by the previous call to list items in the next page.team_id: &strenterprise_id: &str