Class CheckOutputPermissionsResponse

Export

CheckOutputPermissionsResponse

Constructors

Properties

failureReason?: string

Contains nothing if the check succeeded. Otherwise, contains a message explaining why it failed.

Memberof

CheckOutputPermissionsResponse

outputId?: string

Id of the output for which permissions were checked

Memberof

CheckOutputPermissionsResponse

outputType?: OutputType

The type of the output for which permissions were checked

Memberof

CheckOutputPermissionsResponse

passed?: boolean

Indicates if permissions on the storage are configured correctly to be used as output target by the Bitmovin encoder. If "false", failureReason will provide additional information.

Memberof

CheckOutputPermissionsResponse

path?: string

The path on the storage for which permissions were checked. In AWS S3 terminology, this corresponds to a "prefix". An empty string corresponds to the root directory.

Memberof

CheckOutputPermissionsResponse