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