Skip to content

@ubstream/ubstream-node-client-sdk / Exports / IPublicLibraryCollectionAuthzGroup

Interface: IPublicLibraryCollectionAuthzGroup

Object representing a group and its scopes in a collection.

Hierarchy

IPublicLibraryCollectionAuthzGroup

↳↳ IPublicLibraryCollectionAuthzGroupWithHash

Table of contents

Properties

Properties

additionalScopes

Optional additionalScopes: IPublicLibraryCollectionAdditionalScopes[]

Array of additional collection scopes granted based on rules.

Inherited from

IPublicLibraryCollectionScopes.additionalScopes


id

id: string

Id of the group.


name

name: string

Name of the group.


scopes

scopes: PublicLibraryCollectionScope[]

Array of collection scopes.

Inherited from

IPublicLibraryCollectionScopes.scopes