@ubstream/ubstream-node-client-sdk / Exports / IPublicLibraryCollectionAuthzUserData
Interface: IPublicLibraryCollectionAuthzUserData
Object representing authorizations of a user after a modifications or after getting authorizations in a collection. Contains also the requestId and the diagnoses of the operation.
Hierarchy
↳ IPublicLibraryCollectionAuthzUserData
Table of contents
Properties
Properties
$diagnoses
• Optional
$diagnoses: IPublicHttpDiagnose
[]
Array of diagnoses.
Inherited from
IPublicHttpResponseDataWithRequestId.$diagnoses
additionalScopes
• Optional
additionalScopes: IPublicLibraryCollectionAdditionalScopes
[]
Array of additional collection scopes granted based on rules.
Inherited from
IPublicLibraryCollectionAuthzUserWithHash.additionalScopes
displayName
• displayName: string
The displayName of the user.
Inherited from
IPublicLibraryCollectionAuthzUserWithHash.displayName
feedbackId
• Optional
feedbackId: string
Deprecated
Use requestId instead
Inherited from
IPublicHttpResponseDataWithRequestId.feedbackId
hash
• hash: string
The hash of the grid, representing the state of the grid when the user get it.
Inherited from
IPublicLibraryCollectionAuthzUserWithHash.hash
id
• id: string
The id a the user.
Inherited from
IPublicLibraryCollectionAuthzUserWithHash.id
requestId
• requestId: string
RequestId of the operation.
Inherited from
IPublicHttpResponseDataWithRequestId.requestId
scopes
• scopes: PublicLibraryCollectionScope
[]
Array of collection scopes.
Inherited from
IPublicLibraryCollectionAuthzUserWithHash.scopes
username
• username: string
The username of the user.