@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface SubstitutionPolicyResult

    interface SubstitutionPolicyResult {
        allowed: boolean;
        rule?: string;
        message?: string;
    }
    Index

    Properties

    allowed: boolean
    rule?: string

    When allowed is false, names the specific rule that denied the URL. Examples: schemes_denied:javascript, hosts_denied_ipv4_cidrs:169.254.0.0/16, hosts_denied_metadata:metadata.google.internal, host_literal_policy:reject.

    message?: string

    Human-readable detail.