@servicenow/sdk - v4.7.0
    Preparing search index...

    Type Alias CatalogItemAccessConfig

    type CatalogItemAccessConfig = {
        accessType?: "restricted" | "delegated";
        location?: string | Record<"cmn_location">;
        vendor?: string | Record<"core_company">;
    }
    Index

    Properties

    accessType?: "restricted" | "delegated"

    Option to specify if a request can be submitted for a user who does not have access to the catalog item

    'restricted'
    
    location?: string | Record<"cmn_location">
    vendor?: string | Record<"core_company">