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

    Interface AccountSecuritySettings

    Represents the account security settings.

    interface AccountSecuritySettings {
        allowedCountries: string[];
        deniedCountries: string[];
    }
    Index

    Properties

    allowedCountries: string[]

    List of allowed countries.

    deniedCountries: string[]

    List of restricted countries.