@ubstream/ubstream-node-client-sdk / Exports / IPublicLibraryCollectionAuthzUserWithHash
Interface: IPublicLibraryCollectionAuthzUserWithHash
Object representing scopes of a user in a collection.
Hierarchy
↳ IPublicLibraryCollectionAuthzUserWithHash
↳↳ IPublicLibraryCollectionAuthzUserData
Table of contents
Properties
Properties
additionalScopes
• Optional
additionalScopes: IPublicLibraryCollectionAdditionalScopes
[]
Array of additional collection scopes granted based on rules.
Inherited from
IPublicLibraryCollectionAuthzUser.additionalScopes
displayName
• displayName: string
The displayName of the user.
Inherited from
IPublicLibraryCollectionAuthzUser.displayName
hash
• hash: string
The hash of the grid, representing the state of the grid when the user get it.
id
• id: string
The id a the user.
Inherited from
IPublicLibraryCollectionAuthzUser.id
scopes
• scopes: PublicLibraryCollectionScope
[]
Array of collection scopes.
Inherited from
IPublicLibraryCollectionAuthzUser.scopes
username
• username: string
The username of the user.