1. Packages
  2. Packages
  3. Strata Cloud Manager Provider
  4. API Docs
  5. getHipObject
Viewing docs for Strata Cloud Manager v1.0.6
published on Saturday, Apr 25, 2026 by Pulumi
scm logo
Viewing docs for Strata Cloud Manager v1.0.6
published on Saturday, Apr 25, 2026 by Pulumi

    HipObject data source

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    // Look up a single HIP Profile by its ID.
    const scmHipObjectDs = scm.getHipObject({
        id: "aba16b3c-8d43-4bac-aa76-572f1d36dbc5",
    });
    export const hipObjectsDsResult = scmHipObjectDs;
    
    import pulumi
    import pulumi_scm as scm
    
    # Look up a single HIP Profile by its ID.
    scm_hip_object_ds = scm.get_hip_object(id="aba16b3c-8d43-4bac-aa76-572f1d36dbc5")
    pulumi.export("hipObjectsDsResult", scm_hip_object_ds)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		// Look up a single HIP Profile by its ID.
    		scmHipObjectDs, err := scm.GetHipObject(ctx, &scm.LookupHipObjectArgs{
    			Id: "aba16b3c-8d43-4bac-aa76-572f1d36dbc5",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("hipObjectsDsResult", scmHipObjectDs)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        // Look up a single HIP Profile by its ID.
        var scmHipObjectDs = Scm.Index.GetHipObject.Invoke(new()
        {
            Id = "aba16b3c-8d43-4bac-aa76-572f1d36dbc5",
        });
    
        return new Dictionary<string, object?>
        {
            ["hipObjectsDsResult"] = scmHipObjectDs,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetHipObjectArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            // Look up a single HIP Profile by its ID.
            final var scmHipObjectDs = ScmFunctions.getHipObject(GetHipObjectArgs.builder()
                .id("aba16b3c-8d43-4bac-aa76-572f1d36dbc5")
                .build());
    
            ctx.export("hipObjectsDsResult", scmHipObjectDs);
        }
    }
    
    variables:
      # Look up a single HIP Profile by its ID.
      scmHipObjectDs:
        fn::invoke:
          function: scm:getHipObject
          arguments:
            id: aba16b3c-8d43-4bac-aa76-572f1d36dbc5
    outputs:
      # Output the details of the single HIP Profile object found.
      hipObjectsDsResult: ${scmHipObjectDs}
    
    Example coming soon!
    

    Using getHipObject

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHipObject(args: GetHipObjectArgs, opts?: InvokeOptions): Promise<GetHipObjectResult>
    function getHipObjectOutput(args: GetHipObjectOutputArgs, opts?: InvokeOptions): Output<GetHipObjectResult>
    def get_hip_object(device: Optional[str] = None,
                       folder: Optional[str] = None,
                       id: Optional[str] = None,
                       name: Optional[str] = None,
                       snippet: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetHipObjectResult
    def get_hip_object_output(device: pulumi.Input[Optional[str]] = None,
                       folder: pulumi.Input[Optional[str]] = None,
                       id: pulumi.Input[Optional[str]] = None,
                       name: pulumi.Input[Optional[str]] = None,
                       snippet: pulumi.Input[Optional[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetHipObjectResult]
    func LookupHipObject(ctx *Context, args *LookupHipObjectArgs, opts ...InvokeOption) (*LookupHipObjectResult, error)
    func LookupHipObjectOutput(ctx *Context, args *LookupHipObjectOutputArgs, opts ...InvokeOption) LookupHipObjectResultOutput

    > Note: This function is named LookupHipObject in the Go SDK.

    public static class GetHipObject 
    {
        public static Task<GetHipObjectResult> InvokeAsync(GetHipObjectArgs args, InvokeOptions? opts = null)
        public static Output<GetHipObjectResult> Invoke(GetHipObjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHipObjectResult> getHipObject(GetHipObjectArgs args, InvokeOptions options)
    public static Output<GetHipObjectResult> getHipObject(GetHipObjectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getHipObject:getHipObject
      arguments:
        # arguments dictionary
    data "scm_gethipobject" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Name string
    Snippet string
    Id string
    UUID of the resource
    Device string
    The device in which the resource is defined
    Folder string
    Name string
    Snippet string
    id string
    UUID of the resource
    device string
    The device in which the resource is defined
    folder string
    name string
    snippet string
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    name String
    snippet String
    id string
    UUID of the resource
    device string
    The device in which the resource is defined
    folder string
    name string
    snippet string
    id str
    UUID of the resource
    device str
    The device in which the resource is defined
    folder str
    name str
    snippet str
    id String
    UUID of the resource
    device String
    The device in which the resource is defined
    folder String
    name String
    snippet String

    getHipObject Result

    The following output properties are available:

    Supporting Types

    GetHipObjectAntiMalware

    criteria object
    Criteria
    exclude_vendor bool
    Exclude vendor
    vendors list(object)
    Vendor name
    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectAntiMalwareCriteria

    is_installed bool
    Is Installed
    last_scan_time object
    Last scan time
    product_version object
    Product version
    real_time_protection string
    real time protection
    virdef_version object
    Virdef version
    isInstalled Boolean
    Is Installed
    lastScanTime Property Map
    Last scan time
    productVersion Property Map
    Product version
    realTimeProtection String
    real time protection
    virdefVersion Property Map
    Virdef version

    GetHipObjectAntiMalwareCriteriaLastScanTime

    NotAvailable GetHipObjectAntiMalwareCriteriaLastScanTimeNotAvailable
    Not available
    NotWithin GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    Within GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    NotAvailable GetHipObjectAntiMalwareCriteriaLastScanTimeNotAvailable
    Not available
    NotWithin GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    Within GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    not_available object
    Not available
    not_within object

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within object

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    notAvailable GetHipObjectAntiMalwareCriteriaLastScanTimeNotAvailable
    Not available
    notWithin GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    notAvailable GetHipObjectAntiMalwareCriteriaLastScanTimeNotAvailable
    Not available
    notWithin GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    not_available GetHipObjectAntiMalwareCriteriaLastScanTimeNotAvailable
    Not available
    not_within GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    notAvailable Property Map
    Not available
    notWithin Property Map

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within Property Map

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Integer
    specify time in days
    hours Integer

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days int
    specify time in days
    hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Number
    specify time in days
    hours Number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Integer
    specify time in days
    hours Integer

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days int
    specify time in days
    hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Number
    specify time in days
    hours Number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    GetHipObjectAntiMalwareCriteriaProductVersion

    Contains string
    Contains
    GreaterEqual string

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    GreaterThan string

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    LessEqual string

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    LessThan string

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    NotWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    Within GetHipObjectAntiMalwareCriteriaProductVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    Contains string
    Contains
    GreaterEqual string

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    GreaterThan string

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    LessEqual string

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    LessThan string

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    NotWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    Within GetHipObjectAntiMalwareCriteriaProductVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    contains string
    Contains
    greater_equal string

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    greater_than string

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    less_equal string

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    less_than string

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    not_within object

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    within object

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    contains String
    Contains
    greaterEqual String

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    greaterThan String

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    lessEqual String

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    lessThan String

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    notWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    within GetHipObjectAntiMalwareCriteriaProductVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    contains string
    Contains
    greaterEqual string

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    greaterThan string

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    lessEqual string

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    lessThan string

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    notWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    within GetHipObjectAntiMalwareCriteriaProductVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    contains str
    Contains
    greater_equal str

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    greater_than str

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    less_equal str

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    less_than str

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    not_within GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    within GetHipObjectAntiMalwareCriteriaProductVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    contains String
    Contains
    greaterEqual String

    Greater equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    greaterThan String

    Greater than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    lessEqual String

    Less equal

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    lessThan String

    Less than

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    notWithin Property Map

    Not within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    within Property Map

    Within

    ℹ️ Note: You must specify exactly one of contains, greaterEqual, greaterThan, is, isNot, lessEqual, lessThan, notWithin, and within.

    GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Versions int
    versions range
    Versions int
    versions range
    versions number
    versions range
    versions Integer
    versions range
    versions number
    versions range
    versions int
    versions range
    versions Number
    versions range

    GetHipObjectAntiMalwareCriteriaProductVersionWithin

    Versions int
    versions range
    Versions int
    versions range
    versions number
    versions range
    versions Integer
    versions range
    versions number
    versions range
    versions int
    versions range
    versions Number
    versions range

    GetHipObjectAntiMalwareCriteriaVirdefVersion

    NotWithin GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin
    Not within
    Within GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    NotWithin GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin
    Not within
    Within GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    not_within object
    Not within
    within object

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    notWithin GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin
    Not within
    within GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    notWithin GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin
    Not within
    within GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    not_within GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin
    Not within
    within GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    notWithin Property Map
    Not within
    within Property Map

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin

    Days int
    specify time in days
    Versions int

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    Days int
    specify time in days
    Versions int

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days number
    specify time in days
    versions number

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days Integer
    specify time in days
    versions Integer

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days number
    specify time in days
    versions number

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days int
    specify time in days
    versions int

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days Number
    specify time in days
    versions Number

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Days int
    specify time in days
    Versions int

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    Days int
    specify time in days
    Versions int

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days number
    specify time in days
    versions number

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days Integer
    specify time in days
    versions Integer

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days number
    specify time in days
    versions number

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days int
    specify time in days
    versions int

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    days Number
    specify time in days
    versions Number

    specify versions range

    ℹ️ Note: You must specify exactly one of days and versions.

    GetHipObjectAntiMalwareVendor

    Name string
    Name
    Products List<string>
    Product
    Name string
    Name
    Products []string
    Product
    name string
    Name
    products list(string)
    Product
    name String
    Name
    products List<String>
    Product
    name string
    Name
    products string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectCertificate

    GetHipObjectCertificateCriteria

    CertificateAttributes List<GetHipObjectCertificateCriteriaCertificateAttribute>
    Certificate attributes
    CertificateProfile string
    Profile for authenticating client certificates
    CertificateAttributes []GetHipObjectCertificateCriteriaCertificateAttribute
    Certificate attributes
    CertificateProfile string
    Profile for authenticating client certificates
    certificate_attributes list(object)
    Certificate attributes
    certificate_profile string
    Profile for authenticating client certificates
    certificateAttributes List<GetHipObjectCertificateCriteriaCertificateAttribute>
    Certificate attributes
    certificateProfile String
    Profile for authenticating client certificates
    certificateAttributes GetHipObjectCertificateCriteriaCertificateAttribute[]
    Certificate attributes
    certificateProfile string
    Profile for authenticating client certificates
    certificate_attributes Sequence[GetHipObjectCertificateCriteriaCertificateAttribute]
    Certificate attributes
    certificate_profile str
    Profile for authenticating client certificates
    certificateAttributes List<Property Map>
    Certificate attributes
    certificateProfile String
    Profile for authenticating client certificates

    GetHipObjectCertificateCriteriaCertificateAttribute

    Name string
    Attribute Name
    Value string
    Key value
    Name string
    Attribute Name
    Value string
    Key value
    name string
    Attribute Name
    value string
    Key value
    name String
    Attribute Name
    value String
    Key value
    name string
    Attribute Name
    value string
    Key value
    name str
    Attribute Name
    value str
    Key value
    name String
    Attribute Name
    value String
    Key value

    GetHipObjectCustomChecks

    GetHipObjectCustomChecksCriteria

    GetHipObjectCustomChecksCriteriaPlist

    Keys List<GetHipObjectCustomChecksCriteriaPlistKey>
    Key
    Name string
    Preference list
    Negate bool
    Plist does not exist
    Keys []GetHipObjectCustomChecksCriteriaPlistKey
    Key
    Name string
    Preference list
    Negate bool
    Plist does not exist
    keys list(object)
    Key
    name string
    Preference list
    negate bool
    Plist does not exist
    keys List<GetHipObjectCustomChecksCriteriaPlistKey>
    Key
    name String
    Preference list
    negate Boolean
    Plist does not exist
    keys GetHipObjectCustomChecksCriteriaPlistKey[]
    Key
    name string
    Preference list
    negate boolean
    Plist does not exist
    keys Sequence[GetHipObjectCustomChecksCriteriaPlistKey]
    Key
    name str
    Preference list
    negate bool
    Plist does not exist
    keys List<Property Map>
    Key
    name String
    Preference list
    negate Boolean
    Plist does not exist

    GetHipObjectCustomChecksCriteriaPlistKey

    Name string
    Key name
    Negate bool
    Value does not exist or match specified value data
    Value string
    Key value
    Name string
    Key name
    Negate bool
    Value does not exist or match specified value data
    Value string
    Key value
    name string
    Key name
    negate bool
    Value does not exist or match specified value data
    value string
    Key value
    name String
    Key name
    negate Boolean
    Value does not exist or match specified value data
    value String
    Key value
    name string
    Key name
    negate boolean
    Value does not exist or match specified value data
    value string
    Key value
    name str
    Key name
    negate bool
    Value does not exist or match specified value data
    value str
    Key value
    name String
    Key name
    negate Boolean
    Value does not exist or match specified value data
    value String
    Key value

    GetHipObjectCustomChecksCriteriaProcessList

    Name string
    Process Name
    Running bool
    Running
    Name string
    Process Name
    Running bool
    Running
    name string
    Process Name
    running bool
    Running
    name String
    Process Name
    running Boolean
    Running
    name string
    Process Name
    running boolean
    Running
    name str
    Process Name
    running bool
    Running
    name String
    Process Name
    running Boolean
    Running

    GetHipObjectCustomChecksCriteriaRegistryKey

    DefaultValueData string
    Registry key default value data
    Name string
    Registry key
    Negate bool
    Key does not exist or match specified value data
    RegistryValues List<GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue>
    Registry value
    DefaultValueData string
    Registry key default value data
    Name string
    Registry key
    Negate bool
    Key does not exist or match specified value data
    RegistryValues []GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue
    Registry value
    default_value_data string
    Registry key default value data
    name string
    Registry key
    negate bool
    Key does not exist or match specified value data
    registry_values list(object)
    Registry value
    defaultValueData String
    Registry key default value data
    name String
    Registry key
    negate Boolean
    Key does not exist or match specified value data
    registryValues List<GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue>
    Registry value
    defaultValueData string
    Registry key default value data
    name string
    Registry key
    negate boolean
    Key does not exist or match specified value data
    registryValues GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue[]
    Registry value
    default_value_data str
    Registry key default value data
    name str
    Registry key
    negate bool
    Key does not exist or match specified value data
    registry_values Sequence[GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue]
    Registry value
    defaultValueData String
    Registry key default value data
    name String
    Registry key
    negate Boolean
    Key does not exist or match specified value data
    registryValues List<Property Map>
    Registry value

    GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue

    Name string
    Registry value name
    Negate bool
    Value does not exist or match specified value data
    ValueData string
    Registry value data
    Name string
    Registry value name
    Negate bool
    Value does not exist or match specified value data
    ValueData string
    Registry value data
    name string
    Registry value name
    negate bool
    Value does not exist or match specified value data
    value_data string
    Registry value data
    name String
    Registry value name
    negate Boolean
    Value does not exist or match specified value data
    valueData String
    Registry value data
    name string
    Registry value name
    negate boolean
    Value does not exist or match specified value data
    valueData string
    Registry value data
    name str
    Registry value name
    negate bool
    Value does not exist or match specified value data
    value_data str
    Registry value data
    name String
    Registry value name
    negate Boolean
    Value does not exist or match specified value data
    valueData String
    Registry value data

    GetHipObjectDataLossPrevention

    criteria object
    Criteria
    exclude_vendor bool
    Exclude vendor
    vendors list(object)
    Vendor name
    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectDataLossPreventionCriteria

    IsEnabled string
    is enabled
    IsInstalled bool
    Is Installed
    IsEnabled string
    is enabled
    IsInstalled bool
    Is Installed
    is_enabled string
    is enabled
    is_installed bool
    Is Installed
    isEnabled String
    is enabled
    isInstalled Boolean
    Is Installed
    isEnabled string
    is enabled
    isInstalled boolean
    Is Installed
    is_enabled str
    is enabled
    is_installed bool
    Is Installed
    isEnabled String
    is enabled
    isInstalled Boolean
    Is Installed

    GetHipObjectDataLossPreventionVendor

    Name string
    Name
    Products List<string>
    Product name
    Name string
    Name
    Products []string
    Product name
    name string
    Name
    products list(string)
    Product name
    name String
    Name
    products List<String>
    Product name
    name string
    Name
    products string[]
    Product name
    name str
    Name
    products Sequence[str]
    Product name
    name String
    Name
    products List<String>
    Product name

    GetHipObjectDiskBackup

    criteria object
    Criteria
    exclude_vendor bool
    Exclude vendor
    vendors list(object)
    Vendor name
    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectDiskBackupCriteria

    is_installed bool
    Is Installed
    last_backup_time object
    Last backup time
    isInstalled Boolean
    Is Installed
    lastBackupTime Property Map
    Last backup time

    GetHipObjectDiskBackupCriteriaLastBackupTime

    NotAvailable GetHipObjectDiskBackupCriteriaLastBackupTimeNotAvailable
    Not available
    NotWithin GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    Within GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    NotAvailable GetHipObjectDiskBackupCriteriaLastBackupTimeNotAvailable
    Not available
    NotWithin GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    Within GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    not_available object
    Not available
    not_within object

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within object

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    notAvailable GetHipObjectDiskBackupCriteriaLastBackupTimeNotAvailable
    Not available
    notWithin GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    notAvailable GetHipObjectDiskBackupCriteriaLastBackupTimeNotAvailable
    Not available
    notWithin GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    not_available GetHipObjectDiskBackupCriteriaLastBackupTimeNotAvailable
    Not available
    not_within GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    notAvailable Property Map
    Not available
    notWithin Property Map

    Not within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    within Property Map

    Within

    ℹ️ Note: You must specify exactly one of notAvailable, notWithin, and within.

    GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Integer
    specify time in days
    hours Integer

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days int
    specify time in days
    hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Number
    specify time in days
    hours Number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    Days int
    specify time in days
    Hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Integer
    specify time in days
    hours Integer

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days number
    specify time in days
    hours number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days int
    specify time in days
    hours int

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    days Number
    specify time in days
    hours Number

    specify time in hours

    ℹ️ Note: You must specify exactly one of days and hours.

    GetHipObjectDiskBackupVendor

    Name string
    Name
    Products List<string>
    Product
    Name string
    Name
    Products []string
    Product
    name string
    Name
    products list(string)
    Product
    name String
    Name
    products List<String>
    Product
    name string
    Name
    products string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectDiskEncryption

    criteria object
    Encryption locations
    exclude_vendor bool
    Exclude vendor
    vendors list(object)
    Vendor name
    criteria Property Map
    Encryption locations
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectDiskEncryptionCriteria

    encrypted_locations list(object)
    Encrypted locations
    is_installed bool
    Is Installed
    encryptedLocations List<Property Map>
    Encrypted locations
    isInstalled Boolean
    Is Installed

    GetHipObjectDiskEncryptionCriteriaEncryptedLocation

    encryption_state object
    Encryption state
    name string
    Encryption location
    encryptionState Property Map
    Encryption state
    name String
    Encryption location

    GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState

    Is string
    Is
    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    Is string
    Is
    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is string
    Is
    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is String
    Is
    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is string
    Is
    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is_ str
    Is
    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is String
    Is
    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    GetHipObjectDiskEncryptionVendor

    Name string
    Name
    Products List<string>
    Product
    Name string
    Name
    Products []string
    Product
    name string
    Name
    products list(string)
    Product
    name String
    Name
    products List<String>
    Product
    name string
    Name
    products string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectFirewall

    criteria object
    Criteria
    exclude_vendor bool
    Exclude vendor
    vendors list(object)
    Vendor name
    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectFirewallCriteria

    IsEnabled string
    is enabled
    IsInstalled bool
    Is Installed
    IsEnabled string
    is enabled
    IsInstalled bool
    Is Installed
    is_enabled string
    is enabled
    is_installed bool
    Is Installed
    isEnabled String
    is enabled
    isInstalled Boolean
    Is Installed
    isEnabled string
    is enabled
    isInstalled boolean
    Is Installed
    is_enabled str
    is enabled
    is_installed bool
    Is Installed
    isEnabled String
    is enabled
    isInstalled Boolean
    Is Installed

    GetHipObjectFirewallVendor

    Name string
    Name
    Products List<string>
    Product
    Name string
    Name
    Products []string
    Product
    name string
    Name
    products list(string)
    Product
    name String
    Name
    products List<String>
    Product
    name string
    Name
    products string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectHostInfo

    GetHipObjectHostInfoCriteria

    client_version object
    Client version
    domain object
    Domain
    host_id object
    Host id
    host_name object
    Host name
    managed bool
    If device is managed
    os object
    Os
    serial_number object
    Serial number
    clientVersion Property Map
    Client version
    domain Property Map
    Domain
    hostId Property Map
    Host id
    hostName Property Map
    Host name
    managed Boolean
    If device is managed
    os Property Map
    Os
    serialNumber Property Map
    Serial number

    GetHipObjectHostInfoCriteriaClientVersion

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectHostInfoCriteriaDomain

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectHostInfoCriteriaHostId

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectHostInfoCriteriaHostName

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectHostInfoCriteriaOs

    GetHipObjectHostInfoCriteriaOsContains

    Apple string
    Apple
    Google string
    Google
    Linux string
    Linux
    Microsoft string
    Microsoft
    Other string
    Other
    Apple string
    Apple
    Google string
    Google
    Linux string
    Linux
    Microsoft string
    Microsoft
    Other string
    Other
    apple string
    Apple
    google string
    Google
    linux string
    Linux
    microsoft string
    Microsoft
    other string
    Other
    apple String
    Apple
    google String
    Google
    linux String
    Linux
    microsoft String
    Microsoft
    other String
    Other
    apple string
    Apple
    google string
    Google
    linux string
    Linux
    microsoft string
    Microsoft
    other string
    Other
    apple str
    Apple
    google str
    Google
    linux str
    Linux
    microsoft str
    Microsoft
    other str
    Other
    apple String
    Apple
    google String
    Google
    linux String
    Linux
    microsoft String
    Microsoft
    other String
    Other

    GetHipObjectHostInfoCriteriaSerialNumber

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectMobileDevice

    GetHipObjectMobileDeviceCriteria

    applications object
    Applications
    disk_encrypted bool
    If device's disk is encrypted
    imei object
    Imei
    jailbroken bool
    If device is by rooted/jailbroken
    last_checkin_time object
    Last checkin time
    model object
    Model
    passcode_set bool
    If device's passcode is present
    phone_number object
    Phone number
    tag object
    Tag
    applications Property Map
    Applications
    diskEncrypted Boolean
    If device's disk is encrypted
    imei Property Map
    Imei
    jailbroken Boolean
    If device is by rooted/jailbroken
    lastCheckinTime Property Map
    Last checkin time
    model Property Map
    Model
    passcodeSet Boolean
    If device's passcode is present
    phoneNumber Property Map
    Phone number
    tag Property Map
    Tag

    GetHipObjectMobileDeviceCriteriaApplications

    has_malware object
    Has malware
    has_unmanaged_app bool
    Has apps that are not managed
    includes list(object)
    Includes
    hasMalware Property Map
    Has malware
    hasUnmanagedApp Boolean
    Has apps that are not managed
    includes List<Property Map>
    Includes

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalware

    no object
    No
    yes object

    Yes

    ℹ️ Note: You must specify exactly one of no and yes.

    no Property Map
    No
    yes Property Map

    Yes

    ℹ️ Note: You must specify exactly one of no and yes.

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalwareYes

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalwareYesExclude

    Hash string
    application hash
    Name string
    Name
    Package string
    application package name
    Hash string
    application hash
    Name string
    Name
    Package string
    application package name
    hash string
    application hash
    name string
    Name
    package string
    application package name
    hash String
    application hash
    name String
    Name
    package_ String
    application package name
    hash string
    application hash
    name string
    Name
    package string
    application package name
    hash str
    application hash
    name str
    Name
    package str
    application package name
    hash String
    application hash
    name String
    Name
    package String
    application package name

    GetHipObjectMobileDeviceCriteriaApplicationsInclude

    Hash string
    application hash
    Name string
    Name
    Package string
    application package name
    Hash string
    application hash
    Name string
    Name
    Package string
    application package name
    hash string
    application hash
    name string
    Name
    package string
    application package name
    hash String
    application hash
    name String
    Name
    package_ String
    application package name
    hash string
    application hash
    name string
    Name
    package string
    application package name
    hash str
    application hash
    name str
    Name
    package str
    application package name
    hash String
    application hash
    name String
    Name
    package String
    application package name

    GetHipObjectMobileDeviceCriteriaImei

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectMobileDeviceCriteriaLastCheckinTime

    NotWithin GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin
    Not within
    Within GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    NotWithin GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin
    Not within
    Within GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    not_within object
    Not within
    within object

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    notWithin GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin
    Not within
    within GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    notWithin GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin
    Not within
    within GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    not_within GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin
    Not within
    within GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    notWithin Property Map
    Not within
    within Property Map

    Within

    ℹ️ Note: You must specify exactly one of notWithin and within.

    GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin

    Days int
    specify time in days
    Days int
    specify time in days
    days number
    specify time in days
    days Integer
    specify time in days
    days number
    specify time in days
    days int
    specify time in days
    days Number
    specify time in days

    GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    Days int
    specify time in days
    Days int
    specify time in days
    days number
    specify time in days
    days Integer
    specify time in days
    days number
    specify time in days
    days int
    specify time in days
    days Number
    specify time in days

    GetHipObjectMobileDeviceCriteriaModel

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectMobileDeviceCriteriaPhoneNumber

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectMobileDeviceCriteriaTag

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    Contains string
    Contains
    Is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    IsNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains string
    Contains
    is string

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot string

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains str
    Contains
    is_ str

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    is_not str

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    contains String
    Contains
    is String

    Is

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    isNot String

    Is not

    ℹ️ Note: You must specify exactly one of contains, is, and isNot.

    GetHipObjectNetworkInfo

    GetHipObjectNetworkInfoCriteria

    GetHipObjectNetworkInfoCriteriaNetwork

    Is GetHipObjectNetworkInfoCriteriaNetworkIs
    Is
    IsNot GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    Is GetHipObjectNetworkInfoCriteriaNetworkIs
    Is
    IsNot GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is object
    Is
    is_not object

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is GetHipObjectNetworkInfoCriteriaNetworkIs
    Is
    isNot GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is GetHipObjectNetworkInfoCriteriaNetworkIs
    Is
    isNot GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is_ GetHipObjectNetworkInfoCriteriaNetworkIs
    Is
    is_not GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    is Property Map
    Is
    isNot Property Map

    Is not

    ℹ️ Note: You must specify exactly one of is and isNot.

    GetHipObjectNetworkInfoCriteriaNetworkIs

    Mobile GetHipObjectNetworkInfoCriteriaNetworkIsMobile
    Mobile
    Unknown GetHipObjectNetworkInfoCriteriaNetworkIsUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    Wifi GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    Mobile GetHipObjectNetworkInfoCriteriaNetworkIsMobile
    Mobile
    Unknown GetHipObjectNetworkInfoCriteriaNetworkIsUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    Wifi GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    mobile object
    Mobile
    unknown object

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    wifi object

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    mobile GetHipObjectNetworkInfoCriteriaNetworkIsMobile
    Mobile
    unknown GetHipObjectNetworkInfoCriteriaNetworkIsUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    wifi GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    mobile GetHipObjectNetworkInfoCriteriaNetworkIsMobile
    Mobile
    unknown GetHipObjectNetworkInfoCriteriaNetworkIsUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    wifi GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    mobile GetHipObjectNetworkInfoCriteriaNetworkIsMobile
    Mobile
    unknown GetHipObjectNetworkInfoCriteriaNetworkIsUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    wifi GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    mobile Property Map
    Mobile
    unknown Property Map

    Unknown

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    wifi Property Map

    Wifi

    ℹ️ Note: You must specify exactly one of mobile, unknown, and wifi.

    GetHipObjectNetworkInfoCriteriaNetworkIsMobile

    Carrier string
    Carrier
    Carrier string
    Carrier
    carrier string
    Carrier
    carrier String
    Carrier
    carrier string
    Carrier
    carrier str
    Carrier
    carrier String
    Carrier

    GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Ethernet GetHipObjectNetworkInfoCriteriaNetworkIsNotEthernet
    Ethernet
    Mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    Unknown GetHipObjectNetworkInfoCriteriaNetworkIsNotUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    Wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    Ethernet GetHipObjectNetworkInfoCriteriaNetworkIsNotEthernet
    Ethernet
    Mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    Unknown GetHipObjectNetworkInfoCriteriaNetworkIsNotUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    Wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    ethernet object
    Ethernet
    mobile object

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    unknown object

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    wifi object

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    ethernet GetHipObjectNetworkInfoCriteriaNetworkIsNotEthernet
    Ethernet
    mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    unknown GetHipObjectNetworkInfoCriteriaNetworkIsNotUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    ethernet GetHipObjectNetworkInfoCriteriaNetworkIsNotEthernet
    Ethernet
    mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    unknown GetHipObjectNetworkInfoCriteriaNetworkIsNotUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    ethernet GetHipObjectNetworkInfoCriteriaNetworkIsNotEthernet
    Ethernet
    mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    unknown GetHipObjectNetworkInfoCriteriaNetworkIsNotUnknown

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    ethernet Property Map
    Ethernet
    mobile Property Map

    Mobile

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    unknown Property Map

    Unknown

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    wifi Property Map

    Wifi

    ℹ️ Note: You must specify exactly one of ethernet, mobile, unknown, and wifi.

    GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    Carrier string
    Carrier
    Carrier string
    Carrier
    carrier string
    Carrier
    carrier String
    Carrier
    carrier string
    Carrier
    carrier str
    Carrier
    carrier String
    Carrier

    GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    Ssid string
    SSID
    Ssid string
    SSID
    ssid string
    SSID
    ssid String
    SSID
    ssid string
    SSID
    ssid str
    SSID
    ssid String
    SSID

    GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    Ssid string
    SSID
    Ssid string
    SSID
    ssid string
    SSID
    ssid String
    SSID
    ssid string
    SSID
    ssid str
    SSID
    ssid String
    SSID

    GetHipObjectPatchManagement

    criteria object
    Criteria
    exclude_vendor bool
    Exclude vendor
    vendors list(object)
    Vendor name
    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectPatchManagementCriteria

    is_enabled string
    is enabled
    is_installed bool
    Is Installed
    missing_patches object
    Missing patches
    isEnabled String
    is enabled
    isInstalled Boolean
    Is Installed
    missingPatches Property Map
    Missing patches

    GetHipObjectPatchManagementCriteriaMissingPatches

    check string
    Check
    patches list(string)
    Patches
    severity object
    Severity
    check String
    Check
    patches List<String>
    Patches
    severity Property Map
    Severity

    GetHipObjectPatchManagementCriteriaMissingPatchesSeverity

    GreaterEqual int
    Greater equal
    GreaterThan int

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    Is int

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    IsNot int

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    LessEqual int

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    LessThan int

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    GreaterEqual int
    Greater equal
    GreaterThan int

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    Is int

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    IsNot int

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    LessEqual int

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    LessThan int

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    greater_equal number
    Greater equal
    greater_than number

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is number

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is_not number

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    less_equal number

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    less_than number

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    greaterEqual Integer
    Greater equal
    greaterThan Integer

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is Integer

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    isNot Integer

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    lessEqual Integer

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    lessThan Integer

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    greaterEqual number
    Greater equal
    greaterThan number

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is number

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    isNot number

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    lessEqual number

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    lessThan number

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    greater_equal int
    Greater equal
    greater_than int

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is_ int

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is_not int

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    less_equal int

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    less_than int

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    greaterEqual Number
    Greater equal
    greaterThan Number

    Greater than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    is Number

    Is

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    isNot Number

    Is not

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    lessEqual Number

    Less equal

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    lessThan Number

    Less than

    ℹ️ Note: You must specify exactly one of greaterEqual, greaterThan, is, isNot, lessEqual, and lessThan.

    GetHipObjectPatchManagementVendor

    Name string
    Name
    Products List<string>
    Product name
    Name string
    Name
    Products []string
    Product name
    name string
    Name
    products list(string)
    Product name
    name String
    Name
    products List<String>
    Product name
    name string
    Name
    products string[]
    Product name
    name str
    Name
    products Sequence[str]
    Product name
    name String
    Name
    products List<String>
    Product name

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Viewing docs for Strata Cloud Manager v1.0.6
    published on Saturday, Apr 25, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.