Skip to content

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

Interface: IPublicMediaAuthzGroupData

Object representing media authorizations of a group after a modifications or after getting media authorizations of a group. Contains also the requestId and the diagnoses of the operation.

Hierarchy

IPublicMediaAuthzGroupData

Table of contents

Properties

Properties

$diagnoses

Optional $diagnoses: IPublicHttpDiagnose[]

Array of diagnoses.

Inherited from

IPublicHttpResponseData.$diagnoses


additionalScopes

Optional additionalScopes: IPublicMediaAdditionalScopes[]

Array of additional media scopes granted based on rules.

Inherited from

IPublicMediaAuthzGroupWithHash.additionalScopes


hash

hash: string

Inherited from

IPublicMediaAuthzGroupWithHash.hash


id

id: string

The id of the group.

Inherited from

IPublicMediaAuthzGroupWithHash.id


name

name: string

Name of the group.

Inherited from

IPublicMediaAuthzGroupWithHash.name


scopes

scopes: PublicMediaScope[]

Array of media scopes always granted.

Inherited from

IPublicMediaAuthzGroupWithHash.scopes