@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface PublishTokenGeoCascade

    Represents the definition of the geo cascading rules for a publish token.

    interface PublishTokenGeoCascade {
        clusters?: string[];
        isEnabled?: boolean;
    }
    Index

    Properties

    clusters?: string[]

    List of cluster IDs to geo cascade publish stream. Cannot be empty when isEnabled is true. This list is ignored when isEnabled is set to false.

    Defaults to ["all"] if unset.

    isEnabled?: boolean

    Enable or Disable geo cascade.

    Defaults to Account settings if unset for publish token.