1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getHipObject
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 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.LookupHipObject(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.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}
    

    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(id: Optional[str] = None,
                       name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetHipObjectResult
    def get_hip_object_output(id: Optional[pulumi.Input[str]] = None,
                       name: Optional[pulumi.Input[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

    The following arguments are supported:

    Id string
    UUID of the resource
    Name string
    The name of the HIP object
    Id string
    UUID of the resource
    Name string
    The name of the HIP object
    id String
    UUID of the resource
    name String
    The name of the HIP object
    id string
    UUID of the resource
    name string
    The name of the HIP object
    id str
    UUID of the resource
    name str
    The name of the HIP object
    id String
    UUID of the resource
    name String
    The name of the HIP object

    getHipObject Result

    The following output properties are available:

    AntiMalware GetHipObjectAntiMalware
    Anti malware
    Certificate GetHipObjectCertificate
    Certificate
    CustomChecks GetHipObjectCustomChecks
    Custom checks
    DataLossPrevention GetHipObjectDataLossPrevention
    Data loss prevention
    Description string
    Description
    Device string
    The device in which the resource is defined
    DiskBackup GetHipObjectDiskBackup
    Disk backup
    DiskEncryption GetHipObjectDiskEncryption
    Disk encryption
    Firewall GetHipObjectFirewall
    Firewall
    Folder string
    The folder in which the resource is defined
    HostInfo GetHipObjectHostInfo
    Host info
    Id string
    UUID of the resource
    MobileDevice GetHipObjectMobileDevice
    Mobile device
    Name string
    The name of the HIP object
    NetworkInfo GetHipObjectNetworkInfo
    Network info
    PatchManagement GetHipObjectPatchManagement
    Patch management
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    AntiMalware GetHipObjectAntiMalware
    Anti malware
    Certificate GetHipObjectCertificate
    Certificate
    CustomChecks GetHipObjectCustomChecks
    Custom checks
    DataLossPrevention GetHipObjectDataLossPrevention
    Data loss prevention
    Description string
    Description
    Device string
    The device in which the resource is defined
    DiskBackup GetHipObjectDiskBackup
    Disk backup
    DiskEncryption GetHipObjectDiskEncryption
    Disk encryption
    Firewall GetHipObjectFirewall
    Firewall
    Folder string
    The folder in which the resource is defined
    HostInfo GetHipObjectHostInfo
    Host info
    Id string
    UUID of the resource
    MobileDevice GetHipObjectMobileDevice
    Mobile device
    Name string
    The name of the HIP object
    NetworkInfo GetHipObjectNetworkInfo
    Network info
    PatchManagement GetHipObjectPatchManagement
    Patch management
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    antiMalware GetHipObjectAntiMalware
    Anti malware
    certificate GetHipObjectCertificate
    Certificate
    customChecks GetHipObjectCustomChecks
    Custom checks
    dataLossPrevention GetHipObjectDataLossPrevention
    Data loss prevention
    description String
    Description
    device String
    The device in which the resource is defined
    diskBackup GetHipObjectDiskBackup
    Disk backup
    diskEncryption GetHipObjectDiskEncryption
    Disk encryption
    firewall GetHipObjectFirewall
    Firewall
    folder String
    The folder in which the resource is defined
    hostInfo GetHipObjectHostInfo
    Host info
    id String
    UUID of the resource
    mobileDevice GetHipObjectMobileDevice
    Mobile device
    name String
    The name of the HIP object
    networkInfo GetHipObjectNetworkInfo
    Network info
    patchManagement GetHipObjectPatchManagement
    Patch management
    snippet String
    The snippet in which the resource is defined
    tfid String
    antiMalware GetHipObjectAntiMalware
    Anti malware
    certificate GetHipObjectCertificate
    Certificate
    customChecks GetHipObjectCustomChecks
    Custom checks
    dataLossPrevention GetHipObjectDataLossPrevention
    Data loss prevention
    description string
    Description
    device string
    The device in which the resource is defined
    diskBackup GetHipObjectDiskBackup
    Disk backup
    diskEncryption GetHipObjectDiskEncryption
    Disk encryption
    firewall GetHipObjectFirewall
    Firewall
    folder string
    The folder in which the resource is defined
    hostInfo GetHipObjectHostInfo
    Host info
    id string
    UUID of the resource
    mobileDevice GetHipObjectMobileDevice
    Mobile device
    name string
    The name of the HIP object
    networkInfo GetHipObjectNetworkInfo
    Network info
    patchManagement GetHipObjectPatchManagement
    Patch management
    snippet string
    The snippet in which the resource is defined
    tfid string
    anti_malware GetHipObjectAntiMalware
    Anti malware
    certificate GetHipObjectCertificate
    Certificate
    custom_checks GetHipObjectCustomChecks
    Custom checks
    data_loss_prevention GetHipObjectDataLossPrevention
    Data loss prevention
    description str
    Description
    device str
    The device in which the resource is defined
    disk_backup GetHipObjectDiskBackup
    Disk backup
    disk_encryption GetHipObjectDiskEncryption
    Disk encryption
    firewall GetHipObjectFirewall
    Firewall
    folder str
    The folder in which the resource is defined
    host_info GetHipObjectHostInfo
    Host info
    id str
    UUID of the resource
    mobile_device GetHipObjectMobileDevice
    Mobile device
    name str
    The name of the HIP object
    network_info GetHipObjectNetworkInfo
    Network info
    patch_management GetHipObjectPatchManagement
    Patch management
    snippet str
    The snippet in which the resource is defined
    tfid str
    antiMalware Property Map
    Anti malware
    certificate Property Map
    Certificate
    customChecks Property Map
    Custom checks
    dataLossPrevention Property Map
    Data loss prevention
    description String
    Description
    device String
    The device in which the resource is defined
    diskBackup Property Map
    Disk backup
    diskEncryption Property Map
    Disk encryption
    firewall Property Map
    Firewall
    folder String
    The folder in which the resource is defined
    hostInfo Property Map
    Host info
    id String
    UUID of the resource
    mobileDevice Property Map
    Mobile device
    name String
    The name of the HIP object
    networkInfo Property Map
    Network info
    patchManagement Property Map
    Patch management
    snippet String
    The snippet in which the resource is defined
    tfid String

    Supporting Types

    GetHipObjectAntiMalware

    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectAntiMalwareCriteria

    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

    GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

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

    GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

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

    GetHipObjectAntiMalwareCriteriaProductVersion

    Contains string
    Contains
    GreaterEqual string
    Greater equal
    GreaterThan string
    Greater than
    Is string
    Is
    IsNot string
    Is not
    LessEqual string
    Less equal
    LessThan string
    Less than
    NotWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    Not within
    Within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    Within
    Contains string
    Contains
    GreaterEqual string
    Greater equal
    GreaterThan string
    Greater than
    Is string
    Is
    IsNot string
    Is not
    LessEqual string
    Less equal
    LessThan string
    Less than
    NotWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    Not within
    Within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    Within
    contains String
    Contains
    greaterEqual String
    Greater equal
    greaterThan String
    Greater than
    is String
    Is
    isNot String
    Is not
    lessEqual String
    Less equal
    lessThan String
    Less than
    notWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    Not within
    within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    Within
    contains string
    Contains
    greaterEqual string
    Greater equal
    greaterThan string
    Greater than
    is string
    Is
    isNot string
    Is not
    lessEqual string
    Less equal
    lessThan string
    Less than
    notWithin GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    Not within
    within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    Within
    contains String
    Contains
    greaterEqual String
    Greater equal
    greaterThan String
    Greater than
    is String
    Is
    isNot String
    Is not
    lessEqual String
    Less equal
    lessThan String
    Less than
    notWithin Property Map
    Not within
    within Property Map
    Within

    GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    Versions int
    versions range
    Versions int
    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 Integer
    versions range
    versions number
    versions range
    versions int
    versions range
    versions Number
    versions range

    GetHipObjectAntiMalwareCriteriaVirdefVersion

    GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin

    Days int
    specify time in days
    Versions int
    specify versions range
    Days int
    specify time in days
    Versions int
    specify versions range
    days Integer
    specify time in days
    versions Integer
    specify versions range
    days number
    specify time in days
    versions number
    specify versions range
    days int
    specify time in days
    versions int
    specify versions range
    days Number
    specify time in days
    versions Number
    specify versions range

    GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    Days int
    specify time in days
    Versions int
    specify versions range
    Days int
    specify time in days
    Versions int
    specify versions range
    days Integer
    specify time in days
    versions Integer
    specify versions range
    days number
    specify time in days
    versions number
    specify versions range
    days int
    specify time in days
    versions int
    specify versions range
    days Number
    specify time in days
    versions Number
    specify versions range

    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 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
    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 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<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 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 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
    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 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 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
    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 string[]
    Product name
    name str
    Name
    products Sequence[str]
    Product name
    name String
    Name
    products List<String>
    Product name

    GetHipObjectDiskBackup

    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectDiskBackupCriteria

    isInstalled Boolean
    Is Installed
    lastBackupTime Property Map
    Last backup time

    GetHipObjectDiskBackupCriteriaLastBackupTime

    GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

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

    GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    Days int
    specify time in days
    Hours int
    specify time in hours
    Days int
    specify time in days
    Hours int
    specify time in hours
    days Integer
    specify time in days
    hours Integer
    specify time in hours
    days number
    specify time in days
    hours number
    specify time in hours
    days int
    specify time in days
    hours int
    specify time in hours
    days Number
    specify time in days
    hours Number
    specify time in 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 string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectDiskEncryption

    criteria Property Map
    Encryption locations
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectDiskEncryptionCriteria

    encryptedLocations List<Property Map>
    Encrypted locations
    isInstalled Boolean
    Is Installed

    GetHipObjectDiskEncryptionCriteriaEncryptedLocation

    encryptionState Property Map
    Encryption state
    name String
    Encryption location

    GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState

    Is string
    Is
    IsNot string
    Is not
    Is string
    Is
    IsNot string
    Is not
    is String
    Is
    isNot String
    Is not
    is string
    Is
    isNot string
    Is not
    is_ str
    Is
    is_not str
    Is not
    is String
    Is
    isNot String
    Is not

    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 string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectFirewall

    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
    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 string[]
    Product
    name str
    Name
    products Sequence[str]
    Product
    name String
    Name
    products List<String>
    Product

    GetHipObjectHostInfo

    GetHipObjectHostInfoCriteria

    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
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectHostInfoCriteriaDomain

    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectHostInfoCriteriaHostId

    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectHostInfoCriteriaHostName

    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    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 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
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectMobileDevice

    GetHipObjectMobileDeviceCriteria

    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

    hasMalware Property Map
    Has malware
    hasUnmanagedApp Boolean
    Has apps that are not managed
    includes List<Property Map>
    Includes

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalware

    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 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 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
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectMobileDeviceCriteriaLastCheckinTime

    GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin

    Days int
    specify time in days
    Days int
    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 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
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectMobileDeviceCriteriaPhoneNumber

    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectMobileDeviceCriteriaTag

    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    Contains string
    Contains
    Is string
    Is
    IsNot string
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not
    contains string
    Contains
    is string
    Is
    isNot string
    Is not
    contains str
    Contains
    is_ str
    Is
    is_not str
    Is not
    contains String
    Contains
    is String
    Is
    isNot String
    Is not

    GetHipObjectNetworkInfo

    GetHipObjectNetworkInfoCriteria

    GetHipObjectNetworkInfoCriteriaNetwork

    GetHipObjectNetworkInfoCriteriaNetworkIs

    GetHipObjectNetworkInfoCriteriaNetworkIsMobile

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

    GetHipObjectNetworkInfoCriteriaNetworkIsNot

    GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    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 str
    SSID
    ssid String
    SSID

    GetHipObjectNetworkInfoCriteriaNetworkIsWifi

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

    GetHipObjectPatchManagement

    criteria Property Map
    Criteria
    excludeVendor Boolean
    Exclude vendor
    vendors List<Property Map>
    Vendor name

    GetHipObjectPatchManagementCriteria

    isEnabled String
    is enabled
    isInstalled Boolean
    Is Installed
    missingPatches Property Map
    Missing patches

    GetHipObjectPatchManagementCriteriaMissingPatches

    check String
    Check
    patches List<String>
    Patches
    severity Property Map
    Severity

    GetHipObjectPatchManagementCriteriaMissingPatchesSeverity

    GreaterEqual int
    Greater equal
    GreaterThan int
    Greater than
    Is int
    Is
    IsNot int
    Is not
    LessEqual int
    Less equal
    LessThan int
    Less than
    GreaterEqual int
    Greater equal
    GreaterThan int
    Greater than
    Is int
    Is
    IsNot int
    Is not
    LessEqual int
    Less equal
    LessThan int
    Less than
    greaterEqual Integer
    Greater equal
    greaterThan Integer
    Greater than
    is Integer
    Is
    isNot Integer
    Is not
    lessEqual Integer
    Less equal
    lessThan Integer
    Less than
    greaterEqual number
    Greater equal
    greaterThan number
    Greater than
    is number
    Is
    isNot number
    Is not
    lessEqual number
    Less equal
    lessThan number
    Less than
    greater_equal int
    Greater equal
    greater_than int
    Greater than
    is_ int
    Is
    is_not int
    Is not
    less_equal int
    Less equal
    less_than int
    Less than
    greaterEqual Number
    Greater equal
    greaterThan Number
    Greater than
    is Number
    Is
    isNot Number
    Is not
    lessEqual Number
    Less equal
    lessThan Number
    Less than

    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 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
    Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate