Skip to content

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

Interface: IPublicMediaAuthzGridForm

Object representing media authorizations to be modified or created (all authorizations).

Table of contents

Properties

Properties

everybody

everybody: IPublicMediaAuthzEverybody

Scopes to be modified or created for everybody.


groups

groups: IPublicMediaAuthzGroup[]

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: IPublicMediaAuthzUser[]

Scopes to be modified or created for users.