Skip to content

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

Interface: IPublicMediaAuthzData

Object representing all media authorizations after a modifications or after getting authorizations (all authorizations). Contains also the diagnoses of the operation.

Hierarchy

IPublicMediaAuthzData

Table of contents

Properties

Properties

$diagnoses

Optional $diagnoses: IPublicHttpDiagnose[]

Array of diagnoses.

Inherited from

IPublicHttpResponseData.$diagnoses


everybody

everybody: IPublicMediaAuthzEverybody

Scopes of everybody.

Inherited from

IPublicMediaAuthzGrid.everybody


groups

groups: IPublicMediaAuthzGroup[]

Scopes of groups.

Inherited from

IPublicMediaAuthzGrid.groups


hash

hash: string

The hash of the grid, representing the state of the grid when the user get it.

Inherited from

IPublicMediaAuthzGrid.hash


users

users: IPublicMediaAuthzUser[]

Scopes of users.

Inherited from

IPublicMediaAuthzGrid.users