Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getHipObjectList
Explore with Pulumi AI
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getHipObjectList({
    folder: "Shared",
});
import pulumi
import pulumi_scm as scm
example = scm.get_hip_object_list(folder="Shared")
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 {
		_, err := scm.GetHipObjectList(ctx, &scm.GetHipObjectListArgs{
			Folder: pulumi.StringRef("Shared"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() => 
{
    var example = Scm.GetHipObjectList.Invoke(new()
    {
        Folder = "Shared",
    });
});
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.GetHipObjectListArgs;
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) {
        final var example = ScmFunctions.getHipObjectList(GetHipObjectListArgs.builder()
            .folder("Shared")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getHipObjectList
      arguments:
        folder: Shared
Using getHipObjectList
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 getHipObjectList(args: GetHipObjectListArgs, opts?: InvokeOptions): Promise<GetHipObjectListResult>
function getHipObjectListOutput(args: GetHipObjectListOutputArgs, opts?: InvokeOptions): Output<GetHipObjectListResult>def get_hip_object_list(device: Optional[str] = None,
                        folder: Optional[str] = None,
                        limit: Optional[int] = None,
                        name: Optional[str] = None,
                        offset: Optional[int] = None,
                        snippet: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetHipObjectListResult
def get_hip_object_list_output(device: Optional[pulumi.Input[str]] = None,
                        folder: Optional[pulumi.Input[str]] = None,
                        limit: Optional[pulumi.Input[int]] = None,
                        name: Optional[pulumi.Input[str]] = None,
                        offset: Optional[pulumi.Input[int]] = None,
                        snippet: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetHipObjectListResult]func GetHipObjectList(ctx *Context, args *GetHipObjectListArgs, opts ...InvokeOption) (*GetHipObjectListResult, error)
func GetHipObjectListOutput(ctx *Context, args *GetHipObjectListOutputArgs, opts ...InvokeOption) GetHipObjectListResultOutput> Note: This function is named GetHipObjectList in the Go SDK.
public static class GetHipObjectList 
{
    public static Task<GetHipObjectListResult> InvokeAsync(GetHipObjectListArgs args, InvokeOptions? opts = null)
    public static Output<GetHipObjectListResult> Invoke(GetHipObjectListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHipObjectListResult> getHipObjectList(GetHipObjectListArgs args, InvokeOptions options)
public static Output<GetHipObjectListResult> getHipObjectList(GetHipObjectListArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getHipObjectList:getHipObjectList
  arguments:
    # arguments dictionaryThe following arguments are supported:
getHipObjectList Result
The following output properties are available:
- Datas
List<GetHip Object List Data> 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- Datas
[]GetHip Object List Data 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- datas
List<GetHip Object List Data> 
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Integer
- The Offset param. Default: 0.
- tfid String
- total Integer
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
- datas
GetHip Object List Data[] 
- The Data param.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset number
- The Offset param. Default: 0.
- tfid string
- total number
- The Total param.
- device string
- The Device param.
- folder string
- The Folder param.
- name string
- The Name param.
- snippet string
- The Snippet param.
- datas
Sequence[GetHip Object List Data] 
- The Data param.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset int
- The Offset param. Default: 0.
- tfid str
- total int
- The Total param.
- device str
- The Device param.
- folder str
- The Folder param.
- name str
- The Name param.
- snippet str
- The Snippet param.
- datas List<Property Map>
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Number
- The Offset param. Default: 0.
- tfid String
- total Number
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
Supporting Types
GetHipObjectListData    
- AntiMalware GetHip Object List Data Anti Malware 
- The AntiMalware param.
- Certificate
GetHip Object List Data Certificate 
- The Certificate param.
- CustomChecks GetHip Object List Data Custom Checks 
- The CustomChecks param.
- DataLoss GetPrevention Hip Object List Data Data Loss Prevention 
- The DataLossPrevention param.
- Description string
- The Description param. String length must not exceed 255 characters.
- DiskBackup GetHip Object List Data Disk Backup 
- The DiskBackup param.
- DiskEncryption GetHip Object List Data Disk Encryption 
- The DiskEncryption param.
- Firewall
GetHip Object List Data Firewall 
- The Firewall param.
- HostInfo GetHip Object List Data Host Info 
- The HostInfo param.
- Id string
- UUID of the resource.
- MobileDevice GetHip Object List Data Mobile Device 
- The MobileDevice param.
- Name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- NetworkInfo GetHip Object List Data Network Info 
- The NetworkInfo param.
- PatchManagement GetHip Object List Data Patch Management 
- The PatchManagement param.
- AntiMalware GetHip Object List Data Anti Malware 
- The AntiMalware param.
- Certificate
GetHip Object List Data Certificate 
- The Certificate param.
- CustomChecks GetHip Object List Data Custom Checks 
- The CustomChecks param.
- DataLoss GetPrevention Hip Object List Data Data Loss Prevention 
- The DataLossPrevention param.
- Description string
- The Description param. String length must not exceed 255 characters.
- DiskBackup GetHip Object List Data Disk Backup 
- The DiskBackup param.
- DiskEncryption GetHip Object List Data Disk Encryption 
- The DiskEncryption param.
- Firewall
GetHip Object List Data Firewall 
- The Firewall param.
- HostInfo GetHip Object List Data Host Info 
- The HostInfo param.
- Id string
- UUID of the resource.
- MobileDevice GetHip Object List Data Mobile Device 
- The MobileDevice param.
- Name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- NetworkInfo GetHip Object List Data Network Info 
- The NetworkInfo param.
- PatchManagement GetHip Object List Data Patch Management 
- The PatchManagement param.
- antiMalware GetHip Object List Data Anti Malware 
- The AntiMalware param.
- certificate
GetHip Object List Data Certificate 
- The Certificate param.
- customChecks GetHip Object List Data Custom Checks 
- The CustomChecks param.
- dataLoss GetPrevention Hip Object List Data Data Loss Prevention 
- The DataLossPrevention param.
- description String
- The Description param. String length must not exceed 255 characters.
- diskBackup GetHip Object List Data Disk Backup 
- The DiskBackup param.
- diskEncryption GetHip Object List Data Disk Encryption 
- The DiskEncryption param.
- firewall
GetHip Object List Data Firewall 
- The Firewall param.
- hostInfo GetHip Object List Data Host Info 
- The HostInfo param.
- id String
- UUID of the resource.
- mobileDevice GetHip Object List Data Mobile Device 
- The MobileDevice param.
- name String
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- networkInfo GetHip Object List Data Network Info 
- The NetworkInfo param.
- patchManagement GetHip Object List Data Patch Management 
- The PatchManagement param.
- antiMalware GetHip Object List Data Anti Malware 
- The AntiMalware param.
- certificate
GetHip Object List Data Certificate 
- The Certificate param.
- customChecks GetHip Object List Data Custom Checks 
- The CustomChecks param.
- dataLoss GetPrevention Hip Object List Data Data Loss Prevention 
- The DataLossPrevention param.
- description string
- The Description param. String length must not exceed 255 characters.
- diskBackup GetHip Object List Data Disk Backup 
- The DiskBackup param.
- diskEncryption GetHip Object List Data Disk Encryption 
- The DiskEncryption param.
- firewall
GetHip Object List Data Firewall 
- The Firewall param.
- hostInfo GetHip Object List Data Host Info 
- The HostInfo param.
- id string
- UUID of the resource.
- mobileDevice GetHip Object List Data Mobile Device 
- The MobileDevice param.
- name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- networkInfo GetHip Object List Data Network Info 
- The NetworkInfo param.
- patchManagement GetHip Object List Data Patch Management 
- The PatchManagement param.
- anti_malware GetHip Object List Data Anti Malware 
- The AntiMalware param.
- certificate
GetHip Object List Data Certificate 
- The Certificate param.
- custom_checks GetHip Object List Data Custom Checks 
- The CustomChecks param.
- data_loss_ Getprevention Hip Object List Data Data Loss Prevention 
- The DataLossPrevention param.
- description str
- The Description param. String length must not exceed 255 characters.
- disk_backup GetHip Object List Data Disk Backup 
- The DiskBackup param.
- disk_encryption GetHip Object List Data Disk Encryption 
- The DiskEncryption param.
- firewall
GetHip Object List Data Firewall 
- The Firewall param.
- host_info GetHip Object List Data Host Info 
- The HostInfo param.
- id str
- UUID of the resource.
- mobile_device GetHip Object List Data Mobile Device 
- The MobileDevice param.
- name str
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- network_info GetHip Object List Data Network Info 
- The NetworkInfo param.
- patch_management GetHip Object List Data Patch Management 
- The PatchManagement param.
- antiMalware Property Map
- The AntiMalware param.
- certificate Property Map
- The Certificate param.
- customChecks Property Map
- The CustomChecks param.
- dataLoss Property MapPrevention 
- The DataLossPrevention param.
- description String
- The Description param. String length must not exceed 255 characters.
- diskBackup Property Map
- The DiskBackup param.
- diskEncryption Property Map
- The DiskEncryption param.
- firewall Property Map
- The Firewall param.
- hostInfo Property Map
- The HostInfo param.
- id String
- UUID of the resource.
- mobileDevice Property Map
- The MobileDevice param.
- name String
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- networkInfo Property Map
- The NetworkInfo param.
- patchManagement Property Map
- The PatchManagement param.
GetHipObjectListDataAntiMalware      
- Criteria
GetHip Object List Data Anti Malware Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
List<GetHip Object List Data Anti Malware Vendor> 
- Vendor name.
- Criteria
GetHip Object List Data Anti Malware Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
[]GetHip Object List Data Anti Malware Vendor 
- Vendor name.
- criteria
GetHip Object List Data Anti Malware Criteria 
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors
List<GetHip Object List Data Anti Malware Vendor> 
- Vendor name.
- criteria
GetHip Object List Data Anti Malware Criteria 
- The Criteria param.
- excludeVendor boolean
- The ExcludeVendor param. Default: false.
- vendors
GetHip Object List Data Anti Malware Vendor[] 
- Vendor name.
- criteria
GetHip Object List Data Anti Malware Criteria 
- The Criteria param.
- exclude_vendor bool
- The ExcludeVendor param. Default: false.
- vendors
Sequence[GetHip Object List Data Anti Malware Vendor] 
- Vendor name.
- criteria Property Map
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors List<Property Map>
- Vendor name.
GetHipObjectListDataAntiMalwareCriteria       
- IsInstalled bool
- Is Installed. Default: true.
- LastScan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time 
- The LastScanTime param.
- ProductVersion GetHip Object List Data Anti Malware Criteria Product Version 
- The ProductVersion param.
- RealTime stringProtection 
- real time protection. String must be one of these: "no","yes","not-available".
- VirdefVersion GetHip Object List Data Anti Malware Criteria Virdef Version 
- The VirdefVersion param.
- IsInstalled bool
- Is Installed. Default: true.
- LastScan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time 
- The LastScanTime param.
- ProductVersion GetHip Object List Data Anti Malware Criteria Product Version 
- The ProductVersion param.
- RealTime stringProtection 
- real time protection. String must be one of these: "no","yes","not-available".
- VirdefVersion GetHip Object List Data Anti Malware Criteria Virdef Version 
- The VirdefVersion param.
- isInstalled Boolean
- Is Installed. Default: true.
- lastScan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time 
- The LastScanTime param.
- productVersion GetHip Object List Data Anti Malware Criteria Product Version 
- The ProductVersion param.
- realTime StringProtection 
- real time protection. String must be one of these: "no","yes","not-available".
- virdefVersion GetHip Object List Data Anti Malware Criteria Virdef Version 
- The VirdefVersion param.
- isInstalled boolean
- Is Installed. Default: true.
- lastScan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time 
- The LastScanTime param.
- productVersion GetHip Object List Data Anti Malware Criteria Product Version 
- The ProductVersion param.
- realTime stringProtection 
- real time protection. String must be one of these: "no","yes","not-available".
- virdefVersion GetHip Object List Data Anti Malware Criteria Virdef Version 
- The VirdefVersion param.
- is_installed bool
- Is Installed. Default: true.
- last_scan_ Gettime Hip Object List Data Anti Malware Criteria Last Scan Time 
- The LastScanTime param.
- product_version GetHip Object List Data Anti Malware Criteria Product Version 
- The ProductVersion param.
- real_time_ strprotection 
- real time protection. String must be one of these: "no","yes","not-available".
- virdef_version GetHip Object List Data Anti Malware Criteria Virdef Version 
- The VirdefVersion param.
- isInstalled Boolean
- Is Installed. Default: true.
- lastScan Property MapTime 
- The LastScanTime param.
- productVersion Property Map
- The ProductVersion param.
- realTime StringProtection 
- real time protection. String must be one of these: "no","yes","not-available".
- virdefVersion Property Map
- The VirdefVersion param.
GetHipObjectListDataAntiMalwareCriteriaLastScanTime          
- NotAvailable bool
- The NotAvailable param.
- NotWithin GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Anti Malware Criteria Last Scan Time Within 
- The Within param.
- NotAvailable bool
- The NotAvailable param.
- NotWithin GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Anti Malware Criteria Last Scan Time Within 
- The Within param.
- notAvailable Boolean
- The NotAvailable param.
- notWithin GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Last Scan Time Within 
- The Within param.
- notAvailable boolean
- The NotAvailable param.
- notWithin GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Last Scan Time Within 
- The Within param.
- not_available bool
- The NotAvailable param.
- not_within GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Last Scan Time Within 
- The Within param.
- notAvailable Boolean
- The NotAvailable param.
- notWithin Property Map
- The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataAntiMalwareCriteriaLastScanTimeNotWithin            
GetHipObjectListDataAntiMalwareCriteriaLastScanTimeWithin           
GetHipObjectListDataAntiMalwareCriteriaProductVersion         
- Contains string
- The Contains param. String length must not exceed 255 characters.
- GreaterEqual string
- The GreaterEqual param. String length must not exceed 255 characters.
- GreaterThan string
- The GreaterThan param. String length must not exceed 255 characters.
- Is string
- The Is param. String length must not exceed 255 characters.
- IsNot string
- The IsNot param. String length must not exceed 255 characters.
- LessEqual string
- The LessEqual param. String length must not exceed 255 characters.
- LessThan string
- The LessThan param. String length must not exceed 255 characters.
- NotWithin GetHip Object List Data Anti Malware Criteria Product Version Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Anti Malware Criteria Product Version Within 
- The Within param.
- Contains string
- The Contains param. String length must not exceed 255 characters.
- GreaterEqual string
- The GreaterEqual param. String length must not exceed 255 characters.
- GreaterThan string
- The GreaterThan param. String length must not exceed 255 characters.
- Is string
- The Is param. String length must not exceed 255 characters.
- IsNot string
- The IsNot param. String length must not exceed 255 characters.
- LessEqual string
- The LessEqual param. String length must not exceed 255 characters.
- LessThan string
- The LessThan param. String length must not exceed 255 characters.
- NotWithin GetHip Object List Data Anti Malware Criteria Product Version Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Anti Malware Criteria Product Version Within 
- The Within param.
- contains String
- The Contains param. String length must not exceed 255 characters.
- greaterEqual String
- The GreaterEqual param. String length must not exceed 255 characters.
- greaterThan String
- The GreaterThan param. String length must not exceed 255 characters.
- is String
- The Is param. String length must not exceed 255 characters.
- isNot String
- The IsNot param. String length must not exceed 255 characters.
- lessEqual String
- The LessEqual param. String length must not exceed 255 characters.
- lessThan String
- The LessThan param. String length must not exceed 255 characters.
- notWithin GetHip Object List Data Anti Malware Criteria Product Version Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Product Version Within 
- The Within param.
- contains string
- The Contains param. String length must not exceed 255 characters.
- greaterEqual string
- The GreaterEqual param. String length must not exceed 255 characters.
- greaterThan string
- The GreaterThan param. String length must not exceed 255 characters.
- is string
- The Is param. String length must not exceed 255 characters.
- isNot string
- The IsNot param. String length must not exceed 255 characters.
- lessEqual string
- The LessEqual param. String length must not exceed 255 characters.
- lessThan string
- The LessThan param. String length must not exceed 255 characters.
- notWithin GetHip Object List Data Anti Malware Criteria Product Version Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Product Version Within 
- The Within param.
- contains str
- The Contains param. String length must not exceed 255 characters.
- greater_equal str
- The GreaterEqual param. String length must not exceed 255 characters.
- greater_than str
- The GreaterThan param. String length must not exceed 255 characters.
- is_ str
- The Is param. String length must not exceed 255 characters.
- is_not str
- The IsNot param. String length must not exceed 255 characters.
- less_equal str
- The LessEqual param. String length must not exceed 255 characters.
- less_than str
- The LessThan param. String length must not exceed 255 characters.
- not_within GetHip Object List Data Anti Malware Criteria Product Version Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Product Version Within 
- The Within param.
- contains String
- The Contains param. String length must not exceed 255 characters.
- greaterEqual String
- The GreaterEqual param. String length must not exceed 255 characters.
- greaterThan String
- The GreaterThan param. String length must not exceed 255 characters.
- is String
- The Is param. String length must not exceed 255 characters.
- isNot String
- The IsNot param. String length must not exceed 255 characters.
- lessEqual String
- The LessEqual param. String length must not exceed 255 characters.
- lessThan String
- The LessThan param. String length must not exceed 255 characters.
- notWithin Property Map
- The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin           
- Versions int
- versions range. Value must be between 1 and 65535. Default: 1.
- Versions int
- versions range. Value must be between 1 and 65535. Default: 1.
- versions Integer
- versions range. Value must be between 1 and 65535. Default: 1.
- versions number
- versions range. Value must be between 1 and 65535. Default: 1.
- versions int
- versions range. Value must be between 1 and 65535. Default: 1.
- versions Number
- versions range. Value must be between 1 and 65535. Default: 1.
GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin          
- Versions int
- versions range. Value must be between 1 and 65535. Default: 1.
- Versions int
- versions range. Value must be between 1 and 65535. Default: 1.
- versions Integer
- versions range. Value must be between 1 and 65535. Default: 1.
- versions number
- versions range. Value must be between 1 and 65535. Default: 1.
- versions int
- versions range. Value must be between 1 and 65535. Default: 1.
- versions Number
- versions range. Value must be between 1 and 65535. Default: 1.
GetHipObjectListDataAntiMalwareCriteriaVirdefVersion         
- NotWithin GetHip Object List Data Anti Malware Criteria Virdef Version Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Anti Malware Criteria Virdef Version Within 
- The Within param.
- NotWithin GetHip Object List Data Anti Malware Criteria Virdef Version Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Anti Malware Criteria Virdef Version Within 
- The Within param.
- notWithin GetHip Object List Data Anti Malware Criteria Virdef Version Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Virdef Version Within 
- The Within param.
- notWithin GetHip Object List Data Anti Malware Criteria Virdef Version Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Virdef Version Within 
- The Within param.
- not_within GetHip Object List Data Anti Malware Criteria Virdef Version Not Within 
- The NotWithin param.
- within
GetHip Object List Data Anti Malware Criteria Virdef Version Within 
- The Within param.
- notWithin Property Map
- The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataAntiMalwareCriteriaVirdefVersionNotWithin           
GetHipObjectListDataAntiMalwareCriteriaVirdefVersionWithin          
GetHipObjectListDataAntiMalwareVendor       
GetHipObjectListDataCertificate     
- Criteria
GetHip Object List Data Certificate Criteria 
- The Criteria param.
- Criteria
GetHip Object List Data Certificate Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Certificate Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Certificate Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Certificate Criteria 
- The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataCertificateCriteria      
- CertificateAttributes List<GetHip Object List Data Certificate Criteria Certificate Attribute> 
- The CertificateAttributes param.
- CertificateProfile string
- Profile for authenticating client certificates.
- CertificateAttributes []GetHip Object List Data Certificate Criteria Certificate Attribute 
- The CertificateAttributes param.
- CertificateProfile string
- Profile for authenticating client certificates.
- certificateAttributes List<GetHip Object List Data Certificate Criteria Certificate Attribute> 
- The CertificateAttributes param.
- certificateProfile String
- Profile for authenticating client certificates.
- certificateAttributes GetHip Object List Data Certificate Criteria Certificate Attribute[] 
- The CertificateAttributes param.
- certificateProfile string
- Profile for authenticating client certificates.
- certificate_attributes Sequence[GetHip Object List Data Certificate Criteria Certificate Attribute] 
- The CertificateAttributes param.
- certificate_profile str
- Profile for authenticating client certificates.
- certificateAttributes List<Property Map>
- The CertificateAttributes param.
- certificateProfile String
- Profile for authenticating client certificates.
GetHipObjectListDataCertificateCriteriaCertificateAttribute        
GetHipObjectListDataCustomChecks      
- Criteria
GetHip Object List Data Custom Checks Criteria 
- The Criteria param.
- Criteria
GetHip Object List Data Custom Checks Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Custom Checks Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Custom Checks Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Custom Checks Criteria 
- The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataCustomChecksCriteria       
- Plists
List<GetHip Object List Data Custom Checks Criteria Plist> 
- The Plist param.
- ProcessLists List<GetHip Object List Data Custom Checks Criteria Process List> 
- The ProcessList param.
- RegistryKeys List<GetHip Object List Data Custom Checks Criteria Registry Key> 
- The RegistryKeys param.
- Plists
[]GetHip Object List Data Custom Checks Criteria Plist 
- The Plist param.
- ProcessLists []GetHip Object List Data Custom Checks Criteria Process List 
- The ProcessList param.
- RegistryKeys []GetHip Object List Data Custom Checks Criteria Registry Key 
- The RegistryKeys param.
- plists
List<GetHip Object List Data Custom Checks Criteria Plist> 
- The Plist param.
- processLists List<GetHip Object List Data Custom Checks Criteria Process List> 
- The ProcessList param.
- registryKeys List<GetHip Object List Data Custom Checks Criteria Registry Key> 
- The RegistryKeys param.
- plists
GetHip Object List Data Custom Checks Criteria Plist[] 
- The Plist param.
- processLists GetHip Object List Data Custom Checks Criteria Process List[] 
- The ProcessList param.
- registryKeys GetHip Object List Data Custom Checks Criteria Registry Key[] 
- The RegistryKeys param.
- plists
Sequence[GetHip Object List Data Custom Checks Criteria Plist] 
- The Plist param.
- process_lists Sequence[GetHip Object List Data Custom Checks Criteria Process List] 
- The ProcessList param.
- registry_keys Sequence[GetHip Object List Data Custom Checks Criteria Registry Key] 
- The RegistryKeys param.
- plists List<Property Map>
- The Plist param.
- processLists List<Property Map>
- The ProcessList param.
- registryKeys List<Property Map>
- The RegistryKeys param.
GetHipObjectListDataCustomChecksCriteriaPlist        
- Keys
List<GetHip Object List Data Custom Checks Criteria Plist Key> 
- The Keys param.
- Name string
- The Name param.
- Negate bool
- Plist does not exist. Default: false.
- Keys
[]GetHip Object List Data Custom Checks Criteria Plist Key 
- The Keys param.
- Name string
- The Name param.
- Negate bool
- Plist does not exist. Default: false.
- keys
List<GetHip Object List Data Custom Checks Criteria Plist Key> 
- The Keys param.
- name String
- The Name param.
- negate Boolean
- Plist does not exist. Default: false.
- keys
GetHip Object List Data Custom Checks Criteria Plist Key[] 
- The Keys param.
- name string
- The Name param.
- negate boolean
- Plist does not exist. Default: false.
- keys
Sequence[GetHip Object List Data Custom Checks Criteria Plist Key] 
- The Keys param.
- name str
- The Name param.
- negate bool
- Plist does not exist. Default: false.
- keys List<Property Map>
- The Keys param.
- name String
- The Name param.
- negate Boolean
- Plist does not exist. Default: false.
GetHipObjectListDataCustomChecksCriteriaPlistKey         
GetHipObjectListDataCustomChecksCriteriaProcessList         
GetHipObjectListDataCustomChecksCriteriaRegistryKey         
- DefaultValue stringData 
- Registry key default value data. String length must not exceed 1024 characters. String validation regex: .*.
- Name string
- Registry key. String length must not exceed 1023 characters.
- Negate bool
- Key does not exist or match specified value data. Default: false.
- RegistryValues List<GetHip Object List Data Custom Checks Criteria Registry Key Registry Value> 
- The RegistryValues param.
- DefaultValue stringData 
- Registry key default value data. String length must not exceed 1024 characters. String validation regex: .*.
- Name string
- Registry key. String length must not exceed 1023 characters.
- Negate bool
- Key does not exist or match specified value data. Default: false.
- RegistryValues []GetHip Object List Data Custom Checks Criteria Registry Key Registry Value 
- The RegistryValues param.
- defaultValue StringData 
- Registry key default value data. String length must not exceed 1024 characters. String validation regex: .*.
- name String
- Registry key. String length must not exceed 1023 characters.
- negate Boolean
- Key does not exist or match specified value data. Default: false.
- registryValues List<GetHip Object List Data Custom Checks Criteria Registry Key Registry Value> 
- The RegistryValues param.
- defaultValue stringData 
- Registry key default value data. String length must not exceed 1024 characters. String validation regex: .*.
- name string
- Registry key. String length must not exceed 1023 characters.
- negate boolean
- Key does not exist or match specified value data. Default: false.
- registryValues GetHip Object List Data Custom Checks Criteria Registry Key Registry Value[] 
- The RegistryValues param.
- default_value_ strdata 
- Registry key default value data. String length must not exceed 1024 characters. String validation regex: .*.
- name str
- Registry key. String length must not exceed 1023 characters.
- negate bool
- Key does not exist or match specified value data. Default: false.
- registry_values Sequence[GetHip Object List Data Custom Checks Criteria Registry Key Registry Value] 
- The RegistryValues param.
- defaultValue StringData 
- Registry key default value data. String length must not exceed 1024 characters. String validation regex: .*.
- name String
- Registry key. String length must not exceed 1023 characters.
- negate Boolean
- Key does not exist or match specified value data. Default: false.
- registryValues List<Property Map>
- The RegistryValues param.
GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue           
- name str
- Registry value name. String length must not exceed 1023 characters.
- negate bool
- Value does not exist or match specified value data. Default: false.
- value_data str
- Registry value data. String length must not exceed 1024 characters. String validation regex: .*.
GetHipObjectListDataDataLossPrevention       
- Criteria
GetHip Object List Data Data Loss Prevention Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
List<GetHip Object List Data Data Loss Prevention Vendor> 
- Vendor name.
- Criteria
GetHip Object List Data Data Loss Prevention Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
[]GetHip Object List Data Data Loss Prevention Vendor 
- Vendor name.
- criteria
GetHip Object List Data Data Loss Prevention Criteria 
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors
List<GetHip Object List Data Data Loss Prevention Vendor> 
- Vendor name.
- criteria
GetHip Object List Data Data Loss Prevention Criteria 
- The Criteria param.
- excludeVendor boolean
- The ExcludeVendor param. Default: false.
- vendors
GetHip Object List Data Data Loss Prevention Vendor[] 
- Vendor name.
- criteria
GetHip Object List Data Data Loss Prevention Criteria 
- The Criteria param.
- exclude_vendor bool
- The ExcludeVendor param. Default: false.
- vendors
Sequence[GetHip Object List Data Data Loss Prevention Vendor] 
- Vendor name.
- criteria Property Map
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors List<Property Map>
- Vendor name.
GetHipObjectListDataDataLossPreventionCriteria        
- IsEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- IsInstalled bool
- Is Installed. Default: true.
- IsEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- IsInstalled bool
- Is Installed. Default: true.
- isEnabled String
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled Boolean
- Is Installed. Default: true.
- isEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled boolean
- Is Installed. Default: true.
- is_enabled str
- is enabled. String must be one of these: "no","yes","not-available".
- is_installed bool
- Is Installed. Default: true.
- isEnabled String
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled Boolean
- Is Installed. Default: true.
GetHipObjectListDataDataLossPreventionVendor        
GetHipObjectListDataDiskBackup      
- Criteria
GetHip Object List Data Disk Backup Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
List<GetHip Object List Data Disk Backup Vendor> 
- Vendor name.
- Criteria
GetHip Object List Data Disk Backup Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
[]GetHip Object List Data Disk Backup Vendor 
- Vendor name.
- criteria
GetHip Object List Data Disk Backup Criteria 
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors
List<GetHip Object List Data Disk Backup Vendor> 
- Vendor name.
- criteria
GetHip Object List Data Disk Backup Criteria 
- The Criteria param.
- excludeVendor boolean
- The ExcludeVendor param. Default: false.
- vendors
GetHip Object List Data Disk Backup Vendor[] 
- Vendor name.
- criteria
GetHip Object List Data Disk Backup Criteria 
- The Criteria param.
- exclude_vendor bool
- The ExcludeVendor param. Default: false.
- vendors
Sequence[GetHip Object List Data Disk Backup Vendor] 
- Vendor name.
- criteria Property Map
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors List<Property Map>
- Vendor name.
GetHipObjectListDataDiskBackupCriteria       
- IsInstalled bool
- Is Installed. Default: true.
- LastBackup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time 
- The LastBackupTime param.
- IsInstalled bool
- Is Installed. Default: true.
- LastBackup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time 
- The LastBackupTime param.
- isInstalled Boolean
- Is Installed. Default: true.
- lastBackup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time 
- The LastBackupTime param.
- isInstalled boolean
- Is Installed. Default: true.
- lastBackup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time 
- The LastBackupTime param.
- is_installed bool
- Is Installed. Default: true.
- last_backup_ Gettime Hip Object List Data Disk Backup Criteria Last Backup Time 
- The LastBackupTime param.
- isInstalled Boolean
- Is Installed. Default: true.
- lastBackup Property MapTime 
- The LastBackupTime param.
GetHipObjectListDataDiskBackupCriteriaLastBackupTime          
- NotAvailable bool
- The NotAvailable param.
- NotWithin GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Disk Backup Criteria Last Backup Time Within 
- The Within param.
- NotAvailable bool
- The NotAvailable param.
- NotWithin GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Disk Backup Criteria Last Backup Time Within 
- The Within param.
- notAvailable Boolean
- The NotAvailable param.
- notWithin GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Disk Backup Criteria Last Backup Time Within 
- The Within param.
- notAvailable boolean
- The NotAvailable param.
- notWithin GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Disk Backup Criteria Last Backup Time Within 
- The Within param.
- not_available bool
- The NotAvailable param.
- not_within GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Disk Backup Criteria Last Backup Time Within 
- The Within param.
- notAvailable Boolean
- The NotAvailable param.
- notWithin Property Map
- The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataDiskBackupCriteriaLastBackupTimeNotWithin            
GetHipObjectListDataDiskBackupCriteriaLastBackupTimeWithin           
GetHipObjectListDataDiskBackupVendor       
GetHipObjectListDataDiskEncryption      
- Criteria
GetHip Object List Data Disk Encryption Criteria 
- Encryption locations.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
List<GetHip Object List Data Disk Encryption Vendor> 
- Vendor name.
- Criteria
GetHip Object List Data Disk Encryption Criteria 
- Encryption locations.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
[]GetHip Object List Data Disk Encryption Vendor 
- Vendor name.
- criteria
GetHip Object List Data Disk Encryption Criteria 
- Encryption locations.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors
List<GetHip Object List Data Disk Encryption Vendor> 
- Vendor name.
- criteria
GetHip Object List Data Disk Encryption Criteria 
- Encryption locations.
- excludeVendor boolean
- The ExcludeVendor param. Default: false.
- vendors
GetHip Object List Data Disk Encryption Vendor[] 
- Vendor name.
- criteria
GetHip Object List Data Disk Encryption Criteria 
- Encryption locations.
- exclude_vendor bool
- The ExcludeVendor param. Default: false.
- vendors
Sequence[GetHip Object List Data Disk Encryption Vendor] 
- Vendor name.
- criteria Property Map
- Encryption locations.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors List<Property Map>
- Vendor name.
GetHipObjectListDataDiskEncryptionCriteria       
- EncryptedLocations List<GetHip Object List Data Disk Encryption Criteria Encrypted Location> 
- The EncryptedLocations param.
- IsInstalled bool
- Is Installed. Default: true.
- EncryptedLocations []GetHip Object List Data Disk Encryption Criteria Encrypted Location 
- The EncryptedLocations param.
- IsInstalled bool
- Is Installed. Default: true.
- encryptedLocations List<GetHip Object List Data Disk Encryption Criteria Encrypted Location> 
- The EncryptedLocations param.
- isInstalled Boolean
- Is Installed. Default: true.
- encryptedLocations GetHip Object List Data Disk Encryption Criteria Encrypted Location[] 
- The EncryptedLocations param.
- isInstalled boolean
- Is Installed. Default: true.
- encrypted_locations Sequence[GetHip Object List Data Disk Encryption Criteria Encrypted Location] 
- The EncryptedLocations param.
- is_installed bool
- Is Installed. Default: true.
- encryptedLocations List<Property Map>
- The EncryptedLocations param.
- isInstalled Boolean
- Is Installed. Default: true.
GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation         
- EncryptionState GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State 
- The EncryptionState param.
- Name string
- The Name param.
- EncryptionState GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State 
- The EncryptionState param.
- Name string
- The Name param.
- encryptionState GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State 
- The EncryptionState param.
- name String
- The Name param.
- encryptionState GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State 
- The EncryptionState param.
- name string
- The Name param.
- encryption_state GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State 
- The EncryptionState param.
- name str
- The Name param.
- encryptionState Property Map
- The EncryptionState param.
- name String
- The Name param.
GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocationEncryptionState           
GetHipObjectListDataDiskEncryptionVendor       
GetHipObjectListDataFirewall     
- Criteria
GetHip Object List Data Firewall Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
List<GetHip Object List Data Firewall Vendor> 
- Vendor name.
- Criteria
GetHip Object List Data Firewall Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
[]GetHip Object List Data Firewall Vendor 
- Vendor name.
- criteria
GetHip Object List Data Firewall Criteria 
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors
List<GetHip Object List Data Firewall Vendor> 
- Vendor name.
- criteria
GetHip Object List Data Firewall Criteria 
- The Criteria param.
- excludeVendor boolean
- The ExcludeVendor param. Default: false.
- vendors
GetHip Object List Data Firewall Vendor[] 
- Vendor name.
- criteria
GetHip Object List Data Firewall Criteria 
- The Criteria param.
- exclude_vendor bool
- The ExcludeVendor param. Default: false.
- vendors
Sequence[GetHip Object List Data Firewall Vendor] 
- Vendor name.
- criteria Property Map
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors List<Property Map>
- Vendor name.
GetHipObjectListDataFirewallCriteria      
- IsEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- IsInstalled bool
- Is Installed. Default: true.
- IsEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- IsInstalled bool
- Is Installed. Default: true.
- isEnabled String
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled Boolean
- Is Installed. Default: true.
- isEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled boolean
- Is Installed. Default: true.
- is_enabled str
- is enabled. String must be one of these: "no","yes","not-available".
- is_installed bool
- Is Installed. Default: true.
- isEnabled String
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled Boolean
- Is Installed. Default: true.
GetHipObjectListDataFirewallVendor      
GetHipObjectListDataHostInfo      
- Criteria
GetHip Object List Data Host Info Criteria 
- The Criteria param.
- Criteria
GetHip Object List Data Host Info Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Host Info Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Host Info Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Host Info Criteria 
- The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataHostInfoCriteria       
- ClientVersion GetHip Object List Data Host Info Criteria Client Version 
- The ClientVersion param.
- Domain
GetHip Object List Data Host Info Criteria Domain 
- The Domain param.
- HostId GetHip Object List Data Host Info Criteria Host Id 
- The HostId param.
- HostName GetHip Object List Data Host Info Criteria Host Name 
- The HostName param.
- Managed bool
- If device is managed.
- Os
GetHip Object List Data Host Info Criteria Os 
- The Os param.
- SerialNumber GetHip Object List Data Host Info Criteria Serial Number 
- The SerialNumber param.
- ClientVersion GetHip Object List Data Host Info Criteria Client Version 
- The ClientVersion param.
- Domain
GetHip Object List Data Host Info Criteria Domain 
- The Domain param.
- HostId GetHip Object List Data Host Info Criteria Host Id 
- The HostId param.
- HostName GetHip Object List Data Host Info Criteria Host Name 
- The HostName param.
- Managed bool
- If device is managed.
- Os
GetHip Object List Data Host Info Criteria Os 
- The Os param.
- SerialNumber GetHip Object List Data Host Info Criteria Serial Number 
- The SerialNumber param.
- clientVersion GetHip Object List Data Host Info Criteria Client Version 
- The ClientVersion param.
- domain
GetHip Object List Data Host Info Criteria Domain 
- The Domain param.
- hostId GetHip Object List Data Host Info Criteria Host Id 
- The HostId param.
- hostName GetHip Object List Data Host Info Criteria Host Name 
- The HostName param.
- managed Boolean
- If device is managed.
- os
GetHip Object List Data Host Info Criteria Os 
- The Os param.
- serialNumber GetHip Object List Data Host Info Criteria Serial Number 
- The SerialNumber param.
- clientVersion GetHip Object List Data Host Info Criteria Client Version 
- The ClientVersion param.
- domain
GetHip Object List Data Host Info Criteria Domain 
- The Domain param.
- hostId GetHip Object List Data Host Info Criteria Host Id 
- The HostId param.
- hostName GetHip Object List Data Host Info Criteria Host Name 
- The HostName param.
- managed boolean
- If device is managed.
- os
GetHip Object List Data Host Info Criteria Os 
- The Os param.
- serialNumber GetHip Object List Data Host Info Criteria Serial Number 
- The SerialNumber param.
- client_version GetHip Object List Data Host Info Criteria Client Version 
- The ClientVersion param.
- domain
GetHip Object List Data Host Info Criteria Domain 
- The Domain param.
- host_id GetHip Object List Data Host Info Criteria Host Id 
- The HostId param.
- host_name GetHip Object List Data Host Info Criteria Host Name 
- The HostName param.
- managed bool
- If device is managed.
- os
GetHip Object List Data Host Info Criteria Os 
- The Os param.
- serial_number GetHip Object List Data Host Info Criteria Serial Number 
- The SerialNumber param.
- clientVersion Property Map
- The ClientVersion param.
- domain Property Map
- The Domain param.
- hostId Property Map
- The HostId param.
- hostName Property Map
- The HostName param.
- managed Boolean
- If device is managed.
- os Property Map
- The Os param.
- serialNumber Property Map
- The SerialNumber param.
GetHipObjectListDataHostInfoCriteriaClientVersion         
GetHipObjectListDataHostInfoCriteriaDomain        
GetHipObjectListDataHostInfoCriteriaHostId         
GetHipObjectListDataHostInfoCriteriaHostName         
GetHipObjectListDataHostInfoCriteriaOs        
- Contains
GetHip Object List Data Host Info Criteria Os Contains 
- The Contains param.
- Contains
GetHip Object List Data Host Info Criteria Os Contains 
- The Contains param.
- contains
GetHip Object List Data Host Info Criteria Os Contains 
- The Contains param.
- contains
GetHip Object List Data Host Info Criteria Os Contains 
- The Contains param.
- contains
GetHip Object List Data Host Info Criteria Os Contains 
- The Contains param.
- contains Property Map
- The Contains param.
GetHipObjectListDataHostInfoCriteriaOsContains         
- Apple string
- Apple vendor. String length must not exceed 255 characters.
- Google string
- Google vendor. String length must not exceed 255 characters.
- Linux string
- Linux vendor. String length must not exceed 255 characters.
- Microsoft string
- Microsoft vendor. String length must not exceed 255 characters.
- Other string
- Other vendor. String length must not exceed 255 characters.
- Apple string
- Apple vendor. String length must not exceed 255 characters.
- Google string
- Google vendor. String length must not exceed 255 characters.
- Linux string
- Linux vendor. String length must not exceed 255 characters.
- Microsoft string
- Microsoft vendor. String length must not exceed 255 characters.
- Other string
- Other vendor. String length must not exceed 255 characters.
- apple String
- Apple vendor. String length must not exceed 255 characters.
- google String
- Google vendor. String length must not exceed 255 characters.
- linux String
- Linux vendor. String length must not exceed 255 characters.
- microsoft String
- Microsoft vendor. String length must not exceed 255 characters.
- other String
- Other vendor. String length must not exceed 255 characters.
- apple string
- Apple vendor. String length must not exceed 255 characters.
- google string
- Google vendor. String length must not exceed 255 characters.
- linux string
- Linux vendor. String length must not exceed 255 characters.
- microsoft string
- Microsoft vendor. String length must not exceed 255 characters.
- other string
- Other vendor. String length must not exceed 255 characters.
- apple str
- Apple vendor. String length must not exceed 255 characters.
- google str
- Google vendor. String length must not exceed 255 characters.
- linux str
- Linux vendor. String length must not exceed 255 characters.
- microsoft str
- Microsoft vendor. String length must not exceed 255 characters.
- other str
- Other vendor. String length must not exceed 255 characters.
- apple String
- Apple vendor. String length must not exceed 255 characters.
- google String
- Google vendor. String length must not exceed 255 characters.
- linux String
- Linux vendor. String length must not exceed 255 characters.
- microsoft String
- Microsoft vendor. String length must not exceed 255 characters.
- other String
- Other vendor. String length must not exceed 255 characters.
GetHipObjectListDataHostInfoCriteriaSerialNumber         
GetHipObjectListDataMobileDevice      
- Criteria
GetHip Object List Data Mobile Device Criteria 
- The Criteria param.
- Criteria
GetHip Object List Data Mobile Device Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Mobile Device Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Mobile Device Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Mobile Device Criteria 
- The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataMobileDeviceCriteria       
- Applications
GetHip Object List Data Mobile Device Criteria Applications 
- The Applications param.
- DiskEncrypted bool
- If device's disk is encrypted.
- Imei
GetHip Object List Data Mobile Device Criteria Imei 
- The Imei param.
- Jailbroken bool
- If device is by rooted/jailbroken.
- LastCheckin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time 
- The LastCheckinTime param.
- Model
GetHip Object List Data Mobile Device Criteria Model 
- The Model param.
- PasscodeSet bool
- If device's passcode is present.
- PhoneNumber GetHip Object List Data Mobile Device Criteria Phone Number 
- The PhoneNumber param.
- Tag
GetHip Object List Data Mobile Device Criteria Tag 
- The Tag param.
- Applications
GetHip Object List Data Mobile Device Criteria Applications 
- The Applications param.
- DiskEncrypted bool
- If device's disk is encrypted.
- Imei
GetHip Object List Data Mobile Device Criteria Imei 
- The Imei param.
- Jailbroken bool
- If device is by rooted/jailbroken.
- LastCheckin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time 
- The LastCheckinTime param.
- Model
GetHip Object List Data Mobile Device Criteria Model 
- The Model param.
- PasscodeSet bool
- If device's passcode is present.
- PhoneNumber GetHip Object List Data Mobile Device Criteria Phone Number 
- The PhoneNumber param.
- Tag
GetHip Object List Data Mobile Device Criteria Tag 
- The Tag param.
- applications
GetHip Object List Data Mobile Device Criteria Applications 
- The Applications param.
- diskEncrypted Boolean
- If device's disk is encrypted.
- imei
GetHip Object List Data Mobile Device Criteria Imei 
- The Imei param.
- jailbroken Boolean
- If device is by rooted/jailbroken.
- lastCheckin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time 
- The LastCheckinTime param.
- model
GetHip Object List Data Mobile Device Criteria Model 
- The Model param.
- passcodeSet Boolean
- If device's passcode is present.
- phoneNumber GetHip Object List Data Mobile Device Criteria Phone Number 
- The PhoneNumber param.
- tag
GetHip Object List Data Mobile Device Criteria Tag 
- The Tag param.
- applications
GetHip Object List Data Mobile Device Criteria Applications 
- The Applications param.
- diskEncrypted boolean
- If device's disk is encrypted.
- imei
GetHip Object List Data Mobile Device Criteria Imei 
- The Imei param.
- jailbroken boolean
- If device is by rooted/jailbroken.
- lastCheckin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time 
- The LastCheckinTime param.
- model
GetHip Object List Data Mobile Device Criteria Model 
- The Model param.
- passcodeSet boolean
- If device's passcode is present.
- phoneNumber GetHip Object List Data Mobile Device Criteria Phone Number 
- The PhoneNumber param.
- tag
GetHip Object List Data Mobile Device Criteria Tag 
- The Tag param.
- applications
GetHip Object List Data Mobile Device Criteria Applications 
- The Applications param.
- disk_encrypted bool
- If device's disk is encrypted.
- imei
GetHip Object List Data Mobile Device Criteria Imei 
- The Imei param.
- jailbroken bool
- If device is by rooted/jailbroken.
- last_checkin_ Gettime Hip Object List Data Mobile Device Criteria Last Checkin Time 
- The LastCheckinTime param.
- model
GetHip Object List Data Mobile Device Criteria Model 
- The Model param.
- passcode_set bool
- If device's passcode is present.
- phone_number GetHip Object List Data Mobile Device Criteria Phone Number 
- The PhoneNumber param.
- tag
GetHip Object List Data Mobile Device Criteria Tag 
- The Tag param.
- applications Property Map
- The Applications param.
- diskEncrypted Boolean
- If device's disk is encrypted.
- imei Property Map
- The Imei param.
- jailbroken Boolean
- If device is by rooted/jailbroken.
- lastCheckin Property MapTime 
- The LastCheckinTime param.
- model Property Map
- The Model param.
- passcodeSet Boolean
- If device's passcode is present.
- phoneNumber Property Map
- The PhoneNumber param.
- tag Property Map
- The Tag param.
GetHipObjectListDataMobileDeviceCriteriaApplications        
- HasMalware GetHip Object List Data Mobile Device Criteria Applications Has Malware 
- The HasMalware param.
- HasUnmanaged boolApp 
- Has apps that are not managed.
- Includes
List<GetHip Object List Data Mobile Device Criteria Applications Include> 
- The Includes param.
- HasMalware GetHip Object List Data Mobile Device Criteria Applications Has Malware 
- The HasMalware param.
- HasUnmanaged boolApp 
- Has apps that are not managed.
- Includes
[]GetHip Object List Data Mobile Device Criteria Applications Include 
- The Includes param.
- hasMalware GetHip Object List Data Mobile Device Criteria Applications Has Malware 
- The HasMalware param.
- hasUnmanaged BooleanApp 
- Has apps that are not managed.
- includes
List<GetHip Object List Data Mobile Device Criteria Applications Include> 
- The Includes param.
- hasMalware GetHip Object List Data Mobile Device Criteria Applications Has Malware 
- The HasMalware param.
- hasUnmanaged booleanApp 
- Has apps that are not managed.
- includes
GetHip Object List Data Mobile Device Criteria Applications Include[] 
- The Includes param.
- has_malware GetHip Object List Data Mobile Device Criteria Applications Has Malware 
- The HasMalware param.
- has_unmanaged_ boolapp 
- Has apps that are not managed.
- includes
Sequence[GetHip Object List Data Mobile Device Criteria Applications Include] 
- The Includes param.
- hasMalware Property Map
- The HasMalware param.
- hasUnmanaged BooleanApp 
- Has apps that are not managed.
- includes List<Property Map>
- The Includes param.
GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalware          
- No bool
- The No param.
- Yes
GetHip Object List Data Mobile Device Criteria Applications Has Malware Yes 
- The Yes param.
- No bool
- The No param.
- Yes
GetHip Object List Data Mobile Device Criteria Applications Has Malware Yes 
- The Yes param.
- no Boolean
- The No param.
- yes
GetHip Object List Data Mobile Device Criteria Applications Has Malware Yes 
- The Yes param.
- no boolean
- The No param.
- yes
GetHip Object List Data Mobile Device Criteria Applications Has Malware Yes 
- The Yes param.
- no bool
- The No param.
- yes
GetHip Object List Data Mobile Device Criteria Applications Has Malware Yes 
- The Yes param.
- no Boolean
- The No param.
- yes Property Map
- The Yes param.
GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalwareYes           
- excludes List<Property Map>
- The Excludes param.
GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalwareYesExclude            
GetHipObjectListDataMobileDeviceCriteriaApplicationsInclude         
GetHipObjectListDataMobileDeviceCriteriaImei        
GetHipObjectListDataMobileDeviceCriteriaLastCheckinTime          
- NotWithin GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Mobile Device Criteria Last Checkin Time Within 
- The Within param.
- NotWithin GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within 
- The NotWithin param.
- Within
GetHip Object List Data Mobile Device Criteria Last Checkin Time Within 
- The Within param.
- notWithin GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Mobile Device Criteria Last Checkin Time Within 
- The Within param.
- notWithin GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Mobile Device Criteria Last Checkin Time Within 
- The Within param.
- not_within GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within 
- The NotWithin param.
- within
GetHip Object List Data Mobile Device Criteria Last Checkin Time Within 
- The Within param.
- notWithin Property Map
- The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataMobileDeviceCriteriaLastCheckinTimeNotWithin            
- Days int
- specify time in days. Value must be between 1 and 365. Default: 30.
- Days int
- specify time in days. Value must be between 1 and 365. Default: 30.
- days Integer
- specify time in days. Value must be between 1 and 365. Default: 30.
- days number
- specify time in days. Value must be between 1 and 365. Default: 30.
- days int
- specify time in days. Value must be between 1 and 365. Default: 30.
- days Number
- specify time in days. Value must be between 1 and 365. Default: 30.
GetHipObjectListDataMobileDeviceCriteriaLastCheckinTimeWithin           
- Days int
- specify time in days. Value must be between 1 and 365. Default: 30.
- Days int
- specify time in days. Value must be between 1 and 365. Default: 30.
- days Integer
- specify time in days. Value must be between 1 and 365. Default: 30.
- days number
- specify time in days. Value must be between 1 and 365. Default: 30.
- days int
- specify time in days. Value must be between 1 and 365. Default: 30.
- days Number
- specify time in days. Value must be between 1 and 365. Default: 30.
GetHipObjectListDataMobileDeviceCriteriaModel        
GetHipObjectListDataMobileDeviceCriteriaPhoneNumber         
GetHipObjectListDataMobileDeviceCriteriaTag        
GetHipObjectListDataNetworkInfo      
- Criteria
GetHip Object List Data Network Info Criteria 
- The Criteria param.
- Criteria
GetHip Object List Data Network Info Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Network Info Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Network Info Criteria 
- The Criteria param.
- criteria
GetHip Object List Data Network Info Criteria 
- The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataNetworkInfoCriteria       
- Network
GetHip Object List Data Network Info Criteria Network 
- The Network param.
- Network
GetHip Object List Data Network Info Criteria Network 
- The Network param.
- network
GetHip Object List Data Network Info Criteria Network 
- The Network param.
- network
GetHip Object List Data Network Info Criteria Network 
- The Network param.
- network
GetHip Object List Data Network Info Criteria Network 
- The Network param.
- network Property Map
- The Network param.
GetHipObjectListDataNetworkInfoCriteriaNetwork        
- Is
GetHip Object List Data Network Info Criteria Network Is 
- The Is param.
- IsNot GetHip Object List Data Network Info Criteria Network Is Not 
- The IsNot param.
- Is
GetHip Object List Data Network Info Criteria Network Is 
- The Is param.
- IsNot GetHip Object List Data Network Info Criteria Network Is Not 
- The IsNot param.
- is
GetHip Object List Data Network Info Criteria Network Is 
- The Is param.
- isNot GetHip Object List Data Network Info Criteria Network Is Not 
- The IsNot param.
- is
GetHip Object List Data Network Info Criteria Network Is 
- The Is param.
- isNot GetHip Object List Data Network Info Criteria Network Is Not 
- The IsNot param.
- is_
GetHip Object List Data Network Info Criteria Network Is 
- The Is param.
- is_not GetHip Object List Data Network Info Criteria Network Is Not 
- The IsNot param.
- is Property Map
- The Is param.
- isNot Property Map
- The IsNot param.
GetHipObjectListDataNetworkInfoCriteriaNetworkIs         
- Mobile
GetHip Object List Data Network Info Criteria Network Is Mobile 
- The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
GetHip Object List Data Network Info Criteria Network Is Wifi 
- The Wifi param.
- Mobile
GetHip Object List Data Network Info Criteria Network Is Mobile 
- The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
GetHip Object List Data Network Info Criteria Network Is Wifi 
- The Wifi param.
- mobile
GetHip Object List Data Network Info Criteria Network Is Mobile 
- The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi
GetHip Object List Data Network Info Criteria Network Is Wifi 
- The Wifi param.
- mobile
GetHip Object List Data Network Info Criteria Network Is Mobile 
- The Mobile param.
- unknown boolean
- The Unknown param.
- wifi
GetHip Object List Data Network Info Criteria Network Is Wifi 
- The Wifi param.
- mobile
GetHip Object List Data Network Info Criteria Network Is Mobile 
- The Mobile param.
- unknown bool
- The Unknown param.
- wifi
GetHip Object List Data Network Info Criteria Network Is Wifi 
- The Wifi param.
- mobile Property Map
- The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi Property Map
- The Wifi param.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsMobile          
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier str
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsNot          
- Ethernet bool
- The Ethernet param.
- Mobile
GetHip Object List Data Network Info Criteria Network Is Not Mobile 
- The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
GetHip Object List Data Network Info Criteria Network Is Not Wifi 
- The Wifi param.
- Ethernet bool
- The Ethernet param.
- Mobile
GetHip Object List Data Network Info Criteria Network Is Not Mobile 
- The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
GetHip Object List Data Network Info Criteria Network Is Not Wifi 
- The Wifi param.
- ethernet Boolean
- The Ethernet param.
- mobile
GetHip Object List Data Network Info Criteria Network Is Not Mobile 
- The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi
GetHip Object List Data Network Info Criteria Network Is Not Wifi 
- The Wifi param.
- ethernet boolean
- The Ethernet param.
- mobile
GetHip Object List Data Network Info Criteria Network Is Not Mobile 
- The Mobile param.
- unknown boolean
- The Unknown param.
- wifi
GetHip Object List Data Network Info Criteria Network Is Not Wifi 
- The Wifi param.
- ethernet bool
- The Ethernet param.
- mobile
GetHip Object List Data Network Info Criteria Network Is Not Mobile 
- The Mobile param.
- unknown bool
- The Unknown param.
- wifi
GetHip Object List Data Network Info Criteria Network Is Not Wifi 
- The Wifi param.
- ethernet Boolean
- The Ethernet param.
- mobile Property Map
- The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi Property Map
- The Wifi param.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsNotMobile           
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier str
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex: .*.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsNotWifi           
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid string
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid str
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsWifi          
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid string
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid str
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex: .*.
GetHipObjectListDataPatchManagement      
- Criteria
GetHip Object List Data Patch Management Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
List<GetHip Object List Data Patch Management Vendor> 
- Vendor name.
- Criteria
GetHip Object List Data Patch Management Criteria 
- The Criteria param.
- ExcludeVendor bool
- The ExcludeVendor param. Default: false.
- Vendors
[]GetHip Object List Data Patch Management Vendor 
- Vendor name.
- criteria
GetHip Object List Data Patch Management Criteria 
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors
List<GetHip Object List Data Patch Management Vendor> 
- Vendor name.
- criteria
GetHip Object List Data Patch Management Criteria 
- The Criteria param.
- excludeVendor boolean
- The ExcludeVendor param. Default: false.
- vendors
GetHip Object List Data Patch Management Vendor[] 
- Vendor name.
- criteria
GetHip Object List Data Patch Management Criteria 
- The Criteria param.
- exclude_vendor bool
- The ExcludeVendor param. Default: false.
- vendors
Sequence[GetHip Object List Data Patch Management Vendor] 
- Vendor name.
- criteria Property Map
- The Criteria param.
- excludeVendor Boolean
- The ExcludeVendor param. Default: false.
- vendors List<Property Map>
- Vendor name.
GetHipObjectListDataPatchManagementCriteria       
- IsEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- IsInstalled bool
- Is Installed. Default: true.
- MissingPatches GetHip Object List Data Patch Management Criteria Missing Patches 
- The MissingPatches param.
- IsEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- IsInstalled bool
- Is Installed. Default: true.
- MissingPatches GetHip Object List Data Patch Management Criteria Missing Patches 
- The MissingPatches param.
- isEnabled String
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled Boolean
- Is Installed. Default: true.
- missingPatches GetHip Object List Data Patch Management Criteria Missing Patches 
- The MissingPatches param.
- isEnabled string
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled boolean
- Is Installed. Default: true.
- missingPatches GetHip Object List Data Patch Management Criteria Missing Patches 
- The MissingPatches param.
- is_enabled str
- is enabled. String must be one of these: "no","yes","not-available".
- is_installed bool
- Is Installed. Default: true.
- missing_patches GetHip Object List Data Patch Management Criteria Missing Patches 
- The MissingPatches param.
- isEnabled String
- is enabled. String must be one of these: "no","yes","not-available".
- isInstalled Boolean
- Is Installed. Default: true.
- missingPatches Property Map
- The MissingPatches param.
GetHipObjectListDataPatchManagementCriteriaMissingPatches         
- Check string
- The Check param. String must be one of these: "has-any","has-none","has-all". Default:"has-any".
- Patches List<string>
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
- Severity
GetHip Object List Data Patch Management Criteria Missing Patches Severity 
- The Severity param.
- Check string
- The Check param. String must be one of these: "has-any","has-none","has-all". Default:"has-any".
- Patches []string
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
- Severity
GetHip Object List Data Patch Management Criteria Missing Patches Severity 
- The Severity param.
- check String
- The Check param. String must be one of these: "has-any","has-none","has-all". Default:"has-any".
- patches List<String>
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
- severity
GetHip Object List Data Patch Management Criteria Missing Patches Severity 
- The Severity param.
- check string
- The Check param. String must be one of these: "has-any","has-none","has-all". Default:"has-any".
- patches string[]
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
- severity
GetHip Object List Data Patch Management Criteria Missing Patches Severity 
- The Severity param.
- check str
- The Check param. String must be one of these: "has-any","has-none","has-all". Default:"has-any".
- patches Sequence[str]
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
- severity
GetHip Object List Data Patch Management Criteria Missing Patches Severity 
- The Severity param.
- check String
- The Check param. String must be one of these: "has-any","has-none","has-all". Default:"has-any".
- patches List<String>
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
- severity Property Map
- The Severity param.
GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity          
- GreaterEqual int
- The GreaterEqual param. Value must be between 0 and 100000.
- GreaterThan int
- The GreaterThan param. Value must be between 0 and 100000.
- Is int
- The Is param. Value must be between 0 and 100000.
- IsNot int
- The IsNot param. Value must be between 0 and 100000.
- LessEqual int
- The LessEqual param. Value must be between 0 and 100000.
- LessThan int
- The LessThan param. Value must be between 0 and 100000.
- GreaterEqual int
- The GreaterEqual param. Value must be between 0 and 100000.
- GreaterThan int
- The GreaterThan param. Value must be between 0 and 100000.
- Is int
- The Is param. Value must be between 0 and 100000.
- IsNot int
- The IsNot param. Value must be between 0 and 100000.
- LessEqual int
- The LessEqual param. Value must be between 0 and 100000.
- LessThan int
- The LessThan param. Value must be between 0 and 100000.
- greaterEqual Integer
- The GreaterEqual param. Value must be between 0 and 100000.
- greaterThan Integer
- The GreaterThan param. Value must be between 0 and 100000.
- is Integer
- The Is param. Value must be between 0 and 100000.
- isNot Integer
- The IsNot param. Value must be between 0 and 100000.
- lessEqual Integer
- The LessEqual param. Value must be between 0 and 100000.
- lessThan Integer
- The LessThan param. Value must be between 0 and 100000.
- greaterEqual number
- The GreaterEqual param. Value must be between 0 and 100000.
- greaterThan number
- The GreaterThan param. Value must be between 0 and 100000.
- is number
- The Is param. Value must be between 0 and 100000.
- isNot number
- The IsNot param. Value must be between 0 and 100000.
- lessEqual number
- The LessEqual param. Value must be between 0 and 100000.
- lessThan number
- The LessThan param. Value must be between 0 and 100000.
- greater_equal int
- The GreaterEqual param. Value must be between 0 and 100000.
- greater_than int
- The GreaterThan param. Value must be between 0 and 100000.
- is_ int
- The Is param. Value must be between 0 and 100000.
- is_not int
- The IsNot param. Value must be between 0 and 100000.
- less_equal int
- The LessEqual param. Value must be between 0 and 100000.
- less_than int
- The LessThan param. Value must be between 0 and 100000.
- greaterEqual Number
- The GreaterEqual param. Value must be between 0 and 100000.
- greaterThan Number
- The GreaterThan param. Value must be between 0 and 100000.
- is Number
- The Is param. Value must be between 0 and 100000.
- isNot Number
- The IsNot param. Value must be between 0 and 100000.
- lessEqual Number
- The LessEqual param. Value must be between 0 and 100000.
- lessThan Number
- The LessThan param. Value must be between 0 and 100000.
GetHipObjectListDataPatchManagementVendor       
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
