1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[AC-1747] deprecate access control indicator (#6796)

---------

Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
This commit is contained in:
Will Martin
2023-12-11 22:40:11 -05:00
committed by GitHub
parent 6e2e4d3343
commit 79dbe051c8
10 changed files with 82 additions and 11 deletions

View File

@@ -10,6 +10,10 @@ export class OrganizationUserResponse extends BaseResponse {
type: OrganizationUserType;
status: OrganizationUserStatusType;
externalId: string;
/**
* @deprecated
* To be removed alongside `FeatureFlag.FlexibleCollections`.
**/
accessAll: boolean;
accessSecretsManager: boolean;
permissions: PermissionsApi;