Skip to content

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

Interface: IPublicMediaAuthzForm

Object representing media authorizations to be modified or created (for a user, a group or everybody).

Hierarchy

IPublicMediaAuthzForm

Table of contents

Properties

Properties

additionalScopes

Optional additionalScopes: IPublicMediaAdditionalScopes[]

Array of additional media scopes granted based on rules.

Inherited from

IPublicMediaScopes.additionalScopes


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.


scopes

scopes: PublicMediaScope[]

Array of media scopes always granted.

Inherited from

IPublicMediaScopes.scopes