@ubstream/ubstream-node-client-sdk / Exports / IPublicLibraryCollectionAuthzGridForm
Interface: IPublicLibraryCollectionAuthzGridForm
Object representing collection authorizations to be modified or created (all authorizations).
Table of contents
Properties
Properties
everybody
• everybody: IPublicLibraryCollectionAuthzEverybody
Scopes to be modified or created for everybody.
groups
• groups: IPublicLibraryCollectionAuthzGroup
[]
Scopes to be modified or created for groups.
hash
• Optional
hash: string
This hash is user to verify that the grid that that user is modifying is up to date in order to avoid concurrent modifications. It is therefore important to get the grid before modify it, and use the hash retrieved.
users
• users: IPublicLibraryCollectionAuthzUser
[]
Scopes to be modified or created for users.