UpdateQAppPermissions
Source:
src/AWS/QApps/UpdateQAppPermissions.ts
Runtime binding for qapps:UpdateQAppPermissions.
Grants or revokes read/edit permissions on the bound Q App for Identity Center principals. Provide the implementation with
Effect.provide(AWS.QApps.UpdateQAppPermissionsHttp).
Permissions
Section titled “Permissions”// init — bind the operation to the Q Appconst updateQAppPermissions = yield* AWS.QApps.UpdateQAppPermissions(app);
// runtimeyield* updateQAppPermissions({ grantPermissions: [{ action: "read", principal: userId }],});