$OauthProfileClientAllowedHost: {
    properties: {
        allowedHost: {
            description: "An allowed value for the Host header.";
            type: "string";
        };
        oauthProfileName: {
            description: "The name of the OAuth profile.";
            type: "string";
        };
    };
} = ...

Type declaration

  • properties: {
        allowedHost: {
            description: "An allowed value for the Host header.";
            type: "string";
        };
        oauthProfileName: {
            description: "The name of the OAuth profile.";
            type: "string";
        };
    }
    • allowedHost: {
          description: "An allowed value for the Host header.";
          type: "string";
      }
      • description: "An allowed value for the Host header."
      • type: "string"
    • oauthProfileName: {
          description: "The name of the OAuth profile.";
          type: "string";
      }
      • description: "The name of the OAuth profile."
      • type: "string"