DescribeQAppPermissions
Source:
src/AWS/QApps/DescribeQAppPermissions.ts
Runtime binding for qapps:DescribeQAppPermissions.
Reads the principals and actions granted on the bound Q App. Provide the implementation with
Effect.provide(AWS.QApps.DescribeQAppPermissionsHttp).
Permissions
Section titled “Permissions”// init — bind the operation to the Q Appconst describeQAppPermissions = yield* AWS.QApps.DescribeQAppPermissions(app);
// runtimeconst permissions = yield* describeQAppPermissions();console.log(permissions.permissions?.length);