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

    Type Alias Applicability

    Applicability: Now.Internal.WithID<
        {
            active?: boolean;
            description?: string;
            name: string;
            roleNames?: string;
            roles?: Role[]
            | string[];
        } & Now.Internal.Meta,
    >

    Creates an applicability configuration for controlling visibility based on roles

    an object containing the following properties:

    • name - The name of the applicability configuration
    • description - Optional description
    • active - Whether this applicability is currently active
    • roles - Array of roles that have access
    • roleNames - Comma-separated role names (alternative to roles array)