1. Packages
  2. Strata Cloud Manager (Palo Alto SCM)
  3. API Docs
  4. getHipObjectList
Strata Cloud Manager v0.1.4 published on Tuesday, Sep 24, 2024 by Pulumi

scm.getHipObjectList

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.4 published on Tuesday, Sep 24, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getHipObjectList:getHipObjectList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Device string
    The Device param.
    Folder string
    The Folder param.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Name string
    The Name param.
    Offset int
    The Offset param. Default: 0.
    Snippet string
    The Snippet param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    Name string
    The Name param.
    Offset int
    The Offset param. Default: 0.
    Snippet string
    The Snippet param.
    device String
    The Device param.
    folder String
    The Folder param.
    limit Integer
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name String
    The Name param.
    offset Integer
    The Offset param. Default: 0.
    snippet String
    The Snippet param.
    device string
    The Device param.
    folder string
    The Folder param.
    limit number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name string
    The Name param.
    offset number
    The Offset param. Default: 0.
    snippet string
    The Snippet param.
    device str
    The Device param.
    folder str
    The Folder param.
    limit int
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name str
    The Name param.
    offset int
    The Offset param. Default: 0.
    snippet str
    The Snippet param.
    device String
    The Device param.
    folder String
    The Folder param.
    limit Number
    The Limit param. A limit of -1 will return all configured items. Default: 200.
    name String
    The Name param.
    offset Number
    The Offset param. Default: 0.
    snippet String
    The Snippet param.

    getHipObjectList Result

    The following output properties are available:

    Datas List<GetHipObjectListData>
    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 []GetHipObjectListData
    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<GetHipObjectListData>
    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 GetHipObjectListData[]
    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[GetHipObjectListData]
    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 GetHipObjectListDataAntiMalware
    The AntiMalware param.
    Certificate GetHipObjectListDataCertificate
    The Certificate param.
    CustomChecks GetHipObjectListDataCustomChecks
    The CustomChecks param.
    DataLossPrevention GetHipObjectListDataDataLossPrevention
    The DataLossPrevention param.
    Description string
    The Description param. String length must not exceed 255 characters.
    DiskBackup GetHipObjectListDataDiskBackup
    The DiskBackup param.
    DiskEncryption GetHipObjectListDataDiskEncryption
    The DiskEncryption param.
    Firewall GetHipObjectListDataFirewall
    The Firewall param.
    HostInfo GetHipObjectListDataHostInfo
    The HostInfo param.
    Id string
    UUID of the resource.
    MobileDevice GetHipObjectListDataMobileDevice
    The MobileDevice param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    NetworkInfo GetHipObjectListDataNetworkInfo
    The NetworkInfo param.
    PatchManagement GetHipObjectListDataPatchManagement
    The PatchManagement param.
    AntiMalware GetHipObjectListDataAntiMalware
    The AntiMalware param.
    Certificate GetHipObjectListDataCertificate
    The Certificate param.
    CustomChecks GetHipObjectListDataCustomChecks
    The CustomChecks param.
    DataLossPrevention GetHipObjectListDataDataLossPrevention
    The DataLossPrevention param.
    Description string
    The Description param. String length must not exceed 255 characters.
    DiskBackup GetHipObjectListDataDiskBackup
    The DiskBackup param.
    DiskEncryption GetHipObjectListDataDiskEncryption
    The DiskEncryption param.
    Firewall GetHipObjectListDataFirewall
    The Firewall param.
    HostInfo GetHipObjectListDataHostInfo
    The HostInfo param.
    Id string
    UUID of the resource.
    MobileDevice GetHipObjectListDataMobileDevice
    The MobileDevice param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    NetworkInfo GetHipObjectListDataNetworkInfo
    The NetworkInfo param.
    PatchManagement GetHipObjectListDataPatchManagement
    The PatchManagement param.
    antiMalware GetHipObjectListDataAntiMalware
    The AntiMalware param.
    certificate GetHipObjectListDataCertificate
    The Certificate param.
    customChecks GetHipObjectListDataCustomChecks
    The CustomChecks param.
    dataLossPrevention GetHipObjectListDataDataLossPrevention
    The DataLossPrevention param.
    description String
    The Description param. String length must not exceed 255 characters.
    diskBackup GetHipObjectListDataDiskBackup
    The DiskBackup param.
    diskEncryption GetHipObjectListDataDiskEncryption
    The DiskEncryption param.
    firewall GetHipObjectListDataFirewall
    The Firewall param.
    hostInfo GetHipObjectListDataHostInfo
    The HostInfo param.
    id String
    UUID of the resource.
    mobileDevice GetHipObjectListDataMobileDevice
    The MobileDevice param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    networkInfo GetHipObjectListDataNetworkInfo
    The NetworkInfo param.
    patchManagement GetHipObjectListDataPatchManagement
    The PatchManagement param.
    antiMalware GetHipObjectListDataAntiMalware
    The AntiMalware param.
    certificate GetHipObjectListDataCertificate
    The Certificate param.
    customChecks GetHipObjectListDataCustomChecks
    The CustomChecks param.
    dataLossPrevention GetHipObjectListDataDataLossPrevention
    The DataLossPrevention param.
    description string
    The Description param. String length must not exceed 255 characters.
    diskBackup GetHipObjectListDataDiskBackup
    The DiskBackup param.
    diskEncryption GetHipObjectListDataDiskEncryption
    The DiskEncryption param.
    firewall GetHipObjectListDataFirewall
    The Firewall param.
    hostInfo GetHipObjectListDataHostInfo
    The HostInfo param.
    id string
    UUID of the resource.
    mobileDevice GetHipObjectListDataMobileDevice
    The MobileDevice param.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    networkInfo GetHipObjectListDataNetworkInfo
    The NetworkInfo param.
    patchManagement GetHipObjectListDataPatchManagement
    The PatchManagement param.
    anti_malware GetHipObjectListDataAntiMalware
    The AntiMalware param.
    certificate GetHipObjectListDataCertificate
    The Certificate param.
    custom_checks GetHipObjectListDataCustomChecks
    The CustomChecks param.
    data_loss_prevention GetHipObjectListDataDataLossPrevention
    The DataLossPrevention param.
    description str
    The Description param. String length must not exceed 255 characters.
    disk_backup GetHipObjectListDataDiskBackup
    The DiskBackup param.
    disk_encryption GetHipObjectListDataDiskEncryption
    The DiskEncryption param.
    firewall GetHipObjectListDataFirewall
    The Firewall param.
    host_info GetHipObjectListDataHostInfo
    The HostInfo param.
    id str
    UUID of the resource.
    mobile_device GetHipObjectListDataMobileDevice
    The MobileDevice param.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    network_info GetHipObjectListDataNetworkInfo
    The NetworkInfo param.
    patch_management GetHipObjectListDataPatchManagement
    The PatchManagement param.
    antiMalware Property Map
    The AntiMalware param.
    certificate Property Map
    The Certificate param.
    customChecks Property Map
    The CustomChecks param.
    dataLossPrevention Property Map
    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 GetHipObjectListDataAntiMalwareCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectListDataAntiMalwareVendor>
    Vendor name.
    Criteria GetHipObjectListDataAntiMalwareCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectListDataAntiMalwareVendor
    Vendor name.
    criteria GetHipObjectListDataAntiMalwareCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectListDataAntiMalwareVendor>
    Vendor name.
    criteria GetHipObjectListDataAntiMalwareCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectListDataAntiMalwareVendor[]
    Vendor name.
    criteria GetHipObjectListDataAntiMalwareCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectListDataAntiMalwareVendor]
    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.
    LastScanTime GetHipObjectListDataAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    ProductVersion GetHipObjectListDataAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    RealTimeProtection string
    real time protection. String must be one of these: "no", "yes", "not-available".
    VirdefVersion GetHipObjectListDataAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    IsInstalled bool
    Is Installed. Default: true.
    LastScanTime GetHipObjectListDataAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    ProductVersion GetHipObjectListDataAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    RealTimeProtection string
    real time protection. String must be one of these: "no", "yes", "not-available".
    VirdefVersion GetHipObjectListDataAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastScanTime GetHipObjectListDataAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    productVersion GetHipObjectListDataAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    realTimeProtection String
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdefVersion GetHipObjectListDataAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    isInstalled boolean
    Is Installed. Default: true.
    lastScanTime GetHipObjectListDataAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    productVersion GetHipObjectListDataAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    realTimeProtection string
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdefVersion GetHipObjectListDataAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    is_installed bool
    Is Installed. Default: true.
    last_scan_time GetHipObjectListDataAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    product_version GetHipObjectListDataAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    real_time_protection str
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdef_version GetHipObjectListDataAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastScanTime Property Map
    The LastScanTime param.
    productVersion Property Map
    The ProductVersion param.
    realTimeProtection String
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdefVersion Property Map
    The VirdefVersion param.

    GetHipObjectListDataAntiMalwareCriteriaLastScanTime

    notAvailable Boolean
    The NotAvailable param.
    notWithin Property Map
    The NotWithin param.
    within Property Map
    The Within param.

    GetHipObjectListDataAntiMalwareCriteriaLastScanTimeNotWithin

    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    days Integer
    specify time in days. Value must be between 1 and 65535.
    hours Integer
    specify time in hours. Value must be between 1 and 65535.
    days number
    specify time in days. Value must be between 1 and 65535.
    hours number
    specify time in hours. Value must be between 1 and 65535.
    days int
    specify time in days. Value must be between 1 and 65535.
    hours int
    specify time in hours. Value must be between 1 and 65535.
    days Number
    specify time in days. Value must be between 1 and 65535.
    hours Number
    specify time in hours. Value must be between 1 and 65535.

    GetHipObjectListDataAntiMalwareCriteriaLastScanTimeWithin

    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    days Integer
    specify time in days. Value must be between 1 and 65535.
    hours Integer
    specify time in hours. Value must be between 1 and 65535.
    days number
    specify time in days. Value must be between 1 and 65535.
    hours number
    specify time in hours. Value must be between 1 and 65535.
    days int
    specify time in days. Value must be between 1 and 65535.
    hours int
    specify time in hours. Value must be between 1 and 65535.
    days Number
    specify time in days. Value must be between 1 and 65535.
    hours Number
    specify time in hours. Value must be between 1 and 65535.

    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 GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    Within GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    Within GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    within GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    within GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    within GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin
    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 Property Map
    The NotWithin param.
    within Property Map
    The Within param.

    GetHipObjectListDataAntiMalwareCriteriaVirdefVersionNotWithin

    Days int
    specify time in days. Value must be between 1 and 65535.
    Versions int
    specify versions range. Value must be between 1 and 65535.
    Days int
    specify time in days. Value must be between 1 and 65535.
    Versions int
    specify versions range. Value must be between 1 and 65535.
    days Integer
    specify time in days. Value must be between 1 and 65535.
    versions Integer
    specify versions range. Value must be between 1 and 65535.
    days number
    specify time in days. Value must be between 1 and 65535.
    versions number
    specify versions range. Value must be between 1 and 65535.
    days int
    specify time in days. Value must be between 1 and 65535.
    versions int
    specify versions range. Value must be between 1 and 65535.
    days Number
    specify time in days. Value must be between 1 and 65535.
    versions Number
    specify versions range. Value must be between 1 and 65535.

    GetHipObjectListDataAntiMalwareCriteriaVirdefVersionWithin

    Days int
    specify time in days. Value must be between 1 and 65535.
    Versions int
    specify versions range. Value must be between 1 and 65535.
    Days int
    specify time in days. Value must be between 1 and 65535.
    Versions int
    specify versions range. Value must be between 1 and 65535.
    days Integer
    specify time in days. Value must be between 1 and 65535.
    versions Integer
    specify versions range. Value must be between 1 and 65535.
    days number
    specify time in days. Value must be between 1 and 65535.
    versions number
    specify versions range. Value must be between 1 and 65535.
    days int
    specify time in days. Value must be between 1 and 65535.
    versions int
    specify versions range. Value must be between 1 and 65535.
    days Number
    specify time in days. Value must be between 1 and 65535.
    versions Number
    specify versions range. Value must be between 1 and 65535.

    GetHipObjectListDataAntiMalwareVendor

    Name string
    The Name param. String length must not exceed 103 characters.
    Products List<string>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 103 characters.
    Products []string
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name string
    The Name param. String length must not exceed 103 characters.
    products string[]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name str
    The Name param. String length must not exceed 103 characters.
    products Sequence[str]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.

    GetHipObjectListDataCertificate

    criteria Property Map
    The Criteria param.

    GetHipObjectListDataCertificateCriteria

    CertificateAttributes List<GetHipObjectListDataCertificateCriteriaCertificateAttribute>
    The CertificateAttributes param.
    CertificateProfile string
    Profile for authenticating client certificates.
    CertificateAttributes []GetHipObjectListDataCertificateCriteriaCertificateAttribute
    The CertificateAttributes param.
    CertificateProfile string
    Profile for authenticating client certificates.
    certificateAttributes List<GetHipObjectListDataCertificateCriteriaCertificateAttribute>
    The CertificateAttributes param.
    certificateProfile String
    Profile for authenticating client certificates.
    certificateAttributes GetHipObjectListDataCertificateCriteriaCertificateAttribute[]
    The CertificateAttributes param.
    certificateProfile string
    Profile for authenticating client certificates.
    certificate_attributes Sequence[GetHipObjectListDataCertificateCriteriaCertificateAttribute]
    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

    Name string
    The Name param.
    Value string
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param.
    Value string
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    value String
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name string
    The Name param.
    value string
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name str
    The Name param.
    value str
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    value String
    Key value. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectListDataCustomChecks

    criteria Property Map
    The Criteria param.

    GetHipObjectListDataCustomChecksCriteria

    plists List<Property Map>
    The Plist param.
    processLists List<Property Map>
    The ProcessList param.
    registryKeys List<Property Map>
    The RegistryKeys param.

    GetHipObjectListDataCustomChecksCriteriaPlist

    Keys List<GetHipObjectListDataCustomChecksCriteriaPlistKey>
    The Keys param.
    Name string
    The Name param.
    Negate bool
    Plist does not exist. Default: false.
    Keys []GetHipObjectListDataCustomChecksCriteriaPlistKey
    The Keys param.
    Name string
    The Name param.
    Negate bool
    Plist does not exist. Default: false.
    keys List<GetHipObjectListDataCustomChecksCriteriaPlistKey>
    The Keys param.
    name String
    The Name param.
    negate Boolean
    Plist does not exist. Default: false.
    keys GetHipObjectListDataCustomChecksCriteriaPlistKey[]
    The Keys param.
    name string
    The Name param.
    negate boolean
    Plist does not exist. Default: false.
    keys Sequence[GetHipObjectListDataCustomChecksCriteriaPlistKey]
    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

    Name string
    The Name param.
    Negate bool
    Value does not exist or match specified value data. Default: false.
    Value string
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param.
    Negate bool
    Value does not exist or match specified value data. Default: false.
    Value string
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    negate Boolean
    Value does not exist or match specified value data. Default: false.
    value String
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name string
    The Name param.
    negate boolean
    Value does not exist or match specified value data. Default: false.
    value string
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name str
    The Name param.
    negate bool
    Value does not exist or match specified value data. Default: false.
    value str
    Key value. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    negate Boolean
    Value does not exist or match specified value data. Default: false.
    value String
    Key value. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectListDataCustomChecksCriteriaProcessList

    Name string
    The Name param.
    Running bool
    The Running param. Default: true.
    Name string
    The Name param.
    Running bool
    The Running param. Default: true.
    name String
    The Name param.
    running Boolean
    The Running param. Default: true.
    name string
    The Name param.
    running boolean
    The Running param. Default: true.
    name str
    The Name param.
    running bool
    The Running param. Default: true.
    name String
    The Name param.
    running Boolean
    The Running param. Default: true.

    GetHipObjectListDataCustomChecksCriteriaRegistryKey

    DefaultValueData string
    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<GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue>
    The RegistryValues param.
    DefaultValueData string
    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 []GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue
    The RegistryValues param.
    defaultValueData String
    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<GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue>
    The RegistryValues param.
    defaultValueData string
    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 GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue[]
    The RegistryValues param.
    default_value_data str
    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[GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue]
    The RegistryValues param.
    defaultValueData String
    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 string
    Registry value name. String length must not exceed 1023 characters.
    Negate bool
    Value does not exist or match specified value data. Default: false.
    ValueData string
    Registry value data. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    Registry value name. String length must not exceed 1023 characters.
    Negate bool
    Value does not exist or match specified value data. Default: false.
    ValueData string
    Registry value data. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    Registry value name. String length must not exceed 1023 characters.
    negate Boolean
    Value does not exist or match specified value data. Default: false.
    valueData String
    Registry value data. String length must not exceed 1024 characters. String validation regex: .*.
    name string
    Registry value name. String length must not exceed 1023 characters.
    negate boolean
    Value does not exist or match specified value data. Default: false.
    valueData string
    Registry value data. String length must not exceed 1024 characters. String validation regex: .*.
    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: .*.
    name String
    Registry value name. String length must not exceed 1023 characters.
    negate Boolean
    Value does not exist or match specified value data. Default: false.
    valueData String
    Registry value data. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectListDataDataLossPrevention

    criteria GetHipObjectListDataDataLossPreventionCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectListDataDataLossPreventionVendor[]
    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

    Name string
    The Name param. String length must not exceed 103 characters.
    Products List<string>
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 103 characters.
    Products []string
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name string
    The Name param. String length must not exceed 103 characters.
    products string[]
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name str
    The Name param. String length must not exceed 103 characters.
    products Sequence[str]
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.

    GetHipObjectListDataDiskBackup

    Criteria GetHipObjectListDataDiskBackupCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectListDataDiskBackupVendor>
    Vendor name.
    Criteria GetHipObjectListDataDiskBackupCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectListDataDiskBackupVendor
    Vendor name.
    criteria GetHipObjectListDataDiskBackupCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectListDataDiskBackupVendor>
    Vendor name.
    criteria GetHipObjectListDataDiskBackupCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectListDataDiskBackupVendor[]
    Vendor name.
    criteria GetHipObjectListDataDiskBackupCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectListDataDiskBackupVendor]
    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.
    LastBackupTime GetHipObjectListDataDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    IsInstalled bool
    Is Installed. Default: true.
    LastBackupTime GetHipObjectListDataDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastBackupTime GetHipObjectListDataDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    isInstalled boolean
    Is Installed. Default: true.
    lastBackupTime GetHipObjectListDataDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    is_installed bool
    Is Installed. Default: true.
    last_backup_time GetHipObjectListDataDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastBackupTime Property Map
    The LastBackupTime param.

    GetHipObjectListDataDiskBackupCriteriaLastBackupTime

    notAvailable Boolean
    The NotAvailable param.
    notWithin Property Map
    The NotWithin param.
    within Property Map
    The Within param.

    GetHipObjectListDataDiskBackupCriteriaLastBackupTimeNotWithin

    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    days Integer
    specify time in days. Value must be between 1 and 65535.
    hours Integer
    specify time in hours. Value must be between 1 and 65535.
    days number
    specify time in days. Value must be between 1 and 65535.
    hours number
    specify time in hours. Value must be between 1 and 65535.
    days int
    specify time in days. Value must be between 1 and 65535.
    hours int
    specify time in hours. Value must be between 1 and 65535.
    days Number
    specify time in days. Value must be between 1 and 65535.
    hours Number
    specify time in hours. Value must be between 1 and 65535.

    GetHipObjectListDataDiskBackupCriteriaLastBackupTimeWithin

    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    Days int
    specify time in days. Value must be between 1 and 65535.
    Hours int
    specify time in hours. Value must be between 1 and 65535.
    days Integer
    specify time in days. Value must be between 1 and 65535.
    hours Integer
    specify time in hours. Value must be between 1 and 65535.
    days number
    specify time in days. Value must be between 1 and 65535.
    hours number
    specify time in hours. Value must be between 1 and 65535.
    days int
    specify time in days. Value must be between 1 and 65535.
    hours int
    specify time in hours. Value must be between 1 and 65535.
    days Number
    specify time in days. Value must be between 1 and 65535.
    hours Number
    specify time in hours. Value must be between 1 and 65535.

    GetHipObjectListDataDiskBackupVendor

    Name string
    The Name param. String length must not exceed 103 characters.
    Products List<string>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 103 characters.
    Products []string
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name string
    The Name param. String length must not exceed 103 characters.
    products string[]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name str
    The Name param. String length must not exceed 103 characters.
    products Sequence[str]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.

    GetHipObjectListDataDiskEncryption

    Criteria GetHipObjectListDataDiskEncryptionCriteria
    Encryption locations.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectListDataDiskEncryptionVendor>
    Vendor name.
    Criteria GetHipObjectListDataDiskEncryptionCriteria
    Encryption locations.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectListDataDiskEncryptionVendor
    Vendor name.
    criteria GetHipObjectListDataDiskEncryptionCriteria
    Encryption locations.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectListDataDiskEncryptionVendor>
    Vendor name.
    criteria GetHipObjectListDataDiskEncryptionCriteria
    Encryption locations.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectListDataDiskEncryptionVendor[]
    Vendor name.
    criteria Property Map
    Encryption locations.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<Property Map>
    Vendor name.

    GetHipObjectListDataDiskEncryptionCriteria

    EncryptedLocations List<GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation>
    The EncryptedLocations param.
    IsInstalled bool
    Is Installed. Default: true.
    EncryptedLocations []GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation
    The EncryptedLocations param.
    IsInstalled bool
    Is Installed. Default: true.
    encryptedLocations List<GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation>
    The EncryptedLocations param.
    isInstalled Boolean
    Is Installed. Default: true.
    encryptedLocations GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation[]
    The EncryptedLocations param.
    isInstalled boolean
    Is Installed. Default: true.
    encryptedLocations List<Property Map>
    The EncryptedLocations param.
    isInstalled Boolean
    Is Installed. Default: true.

    GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation

    encryptionState Property Map
    The EncryptionState param.
    name String
    The Name param.

    GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocationEncryptionState

    Is string
    The Is param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    IsNot string
    The IsNot param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    Is string
    The Is param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    IsNot string
    The IsNot param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    is String
    The Is param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    isNot String
    The IsNot param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    is string
    The Is param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    isNot string
    The IsNot param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    is_ str
    The Is param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    is_not str
    The IsNot param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    is String
    The Is param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".
    isNot String
    The IsNot param. String must be one of these: "encrypted", "unencrypted", "partial", "unknown".

    GetHipObjectListDataDiskEncryptionVendor

    Name string
    The Name param. String length must not exceed 103 characters.
    Products List<string>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 103 characters.
    Products []string
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name string
    The Name param. String length must not exceed 103 characters.
    products string[]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name str
    The Name param. String length must not exceed 103 characters.
    products Sequence[str]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.

    GetHipObjectListDataFirewall

    Criteria GetHipObjectListDataFirewallCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectListDataFirewallVendor>
    Vendor name.
    Criteria GetHipObjectListDataFirewallCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectListDataFirewallVendor
    Vendor name.
    criteria GetHipObjectListDataFirewallCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectListDataFirewallVendor>
    Vendor name.
    criteria GetHipObjectListDataFirewallCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectListDataFirewallVendor[]
    Vendor name.
    criteria GetHipObjectListDataFirewallCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectListDataFirewallVendor]
    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

    Name string
    The Name param. String length must not exceed 103 characters.
    Products List<string>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 103 characters.
    Products []string
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name string
    The Name param. String length must not exceed 103 characters.
    products string[]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name str
    The Name param. String length must not exceed 103 characters.
    products Sequence[str]
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.

    GetHipObjectListDataHostInfo

    criteria Property Map
    The Criteria param.

    GetHipObjectListDataHostInfoCriteria

    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

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataHostInfoCriteriaDomain

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataHostInfoCriteriaHostId

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataHostInfoCriteriaHostName

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataHostInfoCriteriaOs

    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

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataMobileDevice

    criteria Property Map
    The Criteria param.

    GetHipObjectListDataMobileDeviceCriteria

    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.
    lastCheckinTime Property Map
    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 Property Map
    The HasMalware param.
    hasUnmanagedApp Boolean
    Has apps that are not managed.
    includes List<Property Map>
    The Includes param.

    GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalware

    no Boolean
    The No param.
    yes Property Map
    The Yes param.

    GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalwareYes

    excludes List<Property Map>
    The Excludes param.

    GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalwareYesExclude

    Hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param.
    Package string
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    Hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param.
    Package string
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash String
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    package_ String
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name string
    The Name param.
    package string
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash str
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name str
    The Name param.
    package str
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash String
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    package String
    application package name. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectListDataMobileDeviceCriteriaApplicationsInclude

    Hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param.
    Package string
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    Hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param.
    Package string
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash String
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    package_ String
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name string
    The Name param.
    package string
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash str
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name str
    The Name param.
    package str
    application package name. String length must not exceed 1024 characters. String validation regex: .*.
    hash String
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    name String
    The Name param.
    package String
    application package name. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectListDataMobileDeviceCriteriaImei

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataMobileDeviceCriteriaLastCheckinTime

    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

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataMobileDeviceCriteriaPhoneNumber

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataMobileDeviceCriteriaTag

    Contains string
    The Contains 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.
    Contains string
    The Contains 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.
    contains String
    The Contains 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.
    contains string
    The Contains 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.
    contains str
    The Contains 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.
    contains String
    The Contains 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.

    GetHipObjectListDataNetworkInfo

    criteria Property Map
    The Criteria param.

    GetHipObjectListDataNetworkInfoCriteria

    network Property Map
    The Network param.

    GetHipObjectListDataNetworkInfoCriteriaNetwork

    is Property Map
    The Is param.
    isNot Property Map
    The IsNot param.

    GetHipObjectListDataNetworkInfoCriteriaNetworkIs

    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 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 GetHipObjectListDataPatchManagementCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectListDataPatchManagementVendor
    Vendor name.
    criteria GetHipObjectListDataPatchManagementCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectListDataPatchManagementVendor>
    Vendor name.
    criteria GetHipObjectListDataPatchManagementCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectListDataPatchManagementVendor[]
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatches
    The MissingPatches param.
    IsEnabled string
    is enabled. String must be one of these: "no", "yes", "not-available".
    IsInstalled bool
    Is Installed. Default: true.
    MissingPatches GetHipObjectListDataPatchManagementCriteriaMissingPatches
    The MissingPatches param.
    isEnabled String
    is enabled. String must be one of these: "no", "yes", "not-available".
    isInstalled Boolean
    Is Installed. Default: true.
    missingPatches GetHipObjectListDataPatchManagementCriteriaMissingPatches
    The MissingPatches param.
    isEnabled string
    is enabled. String must be one of these: "no", "yes", "not-available".
    isInstalled boolean
    Is Installed. Default: true.
    missingPatches GetHipObjectListDataPatchManagementCriteriaMissingPatches
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatches
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity
    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

    Name string
    The Name param. String length must not exceed 103 characters.
    Products List<string>
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 103 characters.
    Products []string
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name string
    The Name param. String length must not exceed 103 characters.
    products string[]
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name str
    The Name param. String length must not exceed 103 characters.
    products Sequence[str]
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.
    name String
    The Name param. String length must not exceed 103 characters.
    products List<String>
    Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: .*.

    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.1.4 published on Tuesday, Sep 24, 2024 by Pulumi