@dolbyio/dolbyio-rest-apis-client - v6.0.0
    Preparing search index...

    Interface StorageProfileValidationResponse

    Represents a storage profile validation response.

    interface StorageProfileValidationResponse {
        id: string;
        storage?: { path?: string; type?: "awsS3" | "gcs" | "dolbyStorage" };
    }
    Index

    Properties

    Properties

    id: string

    Identifier.

    storage?: { path?: string; type?: "awsS3" | "gcs" | "dolbyStorage" }

    Storage profile information.

    Type Declaration

    • Optionalpath?: string

      Path to clip storage location. Available only for external storage configurations.

    • Optionaltype?: "awsS3" | "gcs" | "dolbyStorage"

      Type of storage.