@ubstream/ubstream-node-client-sdk / Exports / IPublicMediaAuthzUserData
Interface: IPublicMediaAuthzUserData
Object representing media authorizations of a user after a modifications or after getting media authorizations. Contains also the requestId and the diagnoses of the operation.
Hierarchy
↳ IPublicMediaAuthzUserData
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
IPublicMediaAuthzUserWithHash.additionalScopes
displayName
• displayName: string
The displayName of the user.
Inherited from
IPublicMediaAuthzUserWithHash.displayName
hash
• hash: string
The hash of the grid, representing the state of the grid when the user get it.
Inherited from
IPublicMediaAuthzUserWithHash.hash
id
• id: string
The id a the user.
Inherited from
IPublicMediaAuthzUserWithHash.id
scopes
• scopes: PublicMediaScope
[]
Array of media scopes always granted.
Inherited from
IPublicMediaAuthzUserWithHash.scopes
username
• username: string
The username of the user.