1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. getHipObject
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.getHipObject

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    Retrieves a config item.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const example = scm.getHipObject({
        id: "1234-56-789",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_hip_object(id="1234-56-789")
    
    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.LookupHipObject(ctx, &scm.LookupHipObjectArgs{
    			Id: "1234-56-789",
    		}, 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.GetHipObject.Invoke(new()
        {
            Id = "1234-56-789",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetHipObjectArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = ScmFunctions.getHipObject(GetHipObjectArgs.builder()
                .id("1234-56-789")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getHipObject
          Arguments:
            id: 1234-56-789
    

    Using getHipObject

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

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

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

    public static class GetHipObject 
    {
        public static Task<GetHipObjectResult> InvokeAsync(GetHipObjectArgs args, InvokeOptions? opts = null)
        public static Output<GetHipObjectResult> Invoke(GetHipObjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHipObjectResult> getHipObject(GetHipObjectArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getHipObject:getHipObject
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The Id param.
    Id string
    The Id param.
    id String
    The Id param.
    id string
    The Id param.
    id str
    The Id param.
    id String
    The Id param.

    getHipObject Result

    The following output properties are available:

    AntiMalware GetHipObjectAntiMalware
    The AntiMalware param.
    Certificate GetHipObjectCertificate
    The Certificate param.
    CustomChecks GetHipObjectCustomChecks
    The CustomChecks param.
    DataLossPrevention GetHipObjectDataLossPrevention
    The DataLossPrevention param.
    Description string
    The Description param. String length must not exceed 255 characters.
    DiskBackup GetHipObjectDiskBackup
    The DiskBackup param.
    DiskEncryption GetHipObjectDiskEncryption
    The DiskEncryption param.
    Firewall GetHipObjectFirewall
    The Firewall param.
    HostInfo GetHipObjectHostInfo
    The HostInfo param.
    Id string
    The Id param.
    MobileDevice GetHipObjectMobileDevice
    The MobileDevice param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    NetworkInfo GetHipObjectNetworkInfo
    The NetworkInfo param.
    PatchManagement GetHipObjectPatchManagement
    The PatchManagement param.
    Tfid string
    AntiMalware GetHipObjectAntiMalware
    The AntiMalware param.
    Certificate GetHipObjectCertificate
    The Certificate param.
    CustomChecks GetHipObjectCustomChecks
    The CustomChecks param.
    DataLossPrevention GetHipObjectDataLossPrevention
    The DataLossPrevention param.
    Description string
    The Description param. String length must not exceed 255 characters.
    DiskBackup GetHipObjectDiskBackup
    The DiskBackup param.
    DiskEncryption GetHipObjectDiskEncryption
    The DiskEncryption param.
    Firewall GetHipObjectFirewall
    The Firewall param.
    HostInfo GetHipObjectHostInfo
    The HostInfo param.
    Id string
    The Id param.
    MobileDevice GetHipObjectMobileDevice
    The MobileDevice param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    NetworkInfo GetHipObjectNetworkInfo
    The NetworkInfo param.
    PatchManagement GetHipObjectPatchManagement
    The PatchManagement param.
    Tfid string
    antiMalware GetHipObjectAntiMalware
    The AntiMalware param.
    certificate GetHipObjectCertificate
    The Certificate param.
    customChecks GetHipObjectCustomChecks
    The CustomChecks param.
    dataLossPrevention GetHipObjectDataLossPrevention
    The DataLossPrevention param.
    description String
    The Description param. String length must not exceed 255 characters.
    diskBackup GetHipObjectDiskBackup
    The DiskBackup param.
    diskEncryption GetHipObjectDiskEncryption
    The DiskEncryption param.
    firewall GetHipObjectFirewall
    The Firewall param.
    hostInfo GetHipObjectHostInfo
    The HostInfo param.
    id String
    The Id param.
    mobileDevice GetHipObjectMobileDevice
    The MobileDevice param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    networkInfo GetHipObjectNetworkInfo
    The NetworkInfo param.
    patchManagement GetHipObjectPatchManagement
    The PatchManagement param.
    tfid String
    antiMalware GetHipObjectAntiMalware
    The AntiMalware param.
    certificate GetHipObjectCertificate
    The Certificate param.
    customChecks GetHipObjectCustomChecks
    The CustomChecks param.
    dataLossPrevention GetHipObjectDataLossPrevention
    The DataLossPrevention param.
    description string
    The Description param. String length must not exceed 255 characters.
    diskBackup GetHipObjectDiskBackup
    The DiskBackup param.
    diskEncryption GetHipObjectDiskEncryption
    The DiskEncryption param.
    firewall GetHipObjectFirewall
    The Firewall param.
    hostInfo GetHipObjectHostInfo
    The HostInfo param.
    id string
    The Id param.
    mobileDevice GetHipObjectMobileDevice
    The MobileDevice param.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    networkInfo GetHipObjectNetworkInfo
    The NetworkInfo param.
    patchManagement GetHipObjectPatchManagement
    The PatchManagement param.
    tfid string
    anti_malware GetHipObjectAntiMalware
    The AntiMalware param.
    certificate GetHipObjectCertificate
    The Certificate param.
    custom_checks GetHipObjectCustomChecks
    The CustomChecks param.
    data_loss_prevention GetHipObjectDataLossPrevention
    The DataLossPrevention param.
    description str
    The Description param. String length must not exceed 255 characters.
    disk_backup GetHipObjectDiskBackup
    The DiskBackup param.
    disk_encryption GetHipObjectDiskEncryption
    The DiskEncryption param.
    firewall GetHipObjectFirewall
    The Firewall param.
    host_info GetHipObjectHostInfo
    The HostInfo param.
    id str
    The Id param.
    mobile_device GetHipObjectMobileDevice
    The MobileDevice param.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    network_info GetHipObjectNetworkInfo
    The NetworkInfo param.
    patch_management GetHipObjectPatchManagement
    The PatchManagement param.
    tfid str
    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
    The Id param.
    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.
    tfid String

    Supporting Types

    GetHipObjectAntiMalware

    Criteria GetHipObjectAntiMalwareCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectAntiMalwareVendor>
    Vendor name.
    Criteria GetHipObjectAntiMalwareCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectAntiMalwareVendor
    Vendor name.
    criteria GetHipObjectAntiMalwareCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectAntiMalwareVendor>
    Vendor name.
    criteria GetHipObjectAntiMalwareCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectAntiMalwareVendor[]
    Vendor name.
    criteria GetHipObjectAntiMalwareCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectAntiMalwareVendor]
    Vendor name.
    criteria Property Map
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<Property Map>
    Vendor name.

    GetHipObjectAntiMalwareCriteria

    IsInstalled bool
    Is Installed. Default: true.
    LastScanTime GetHipObjectAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    ProductVersion GetHipObjectAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    RealTimeProtection string
    real time protection. String must be one of these: "no", "yes", "not-available".
    VirdefVersion GetHipObjectAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    IsInstalled bool
    Is Installed. Default: true.
    LastScanTime GetHipObjectAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    ProductVersion GetHipObjectAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    RealTimeProtection string
    real time protection. String must be one of these: "no", "yes", "not-available".
    VirdefVersion GetHipObjectAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastScanTime GetHipObjectAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    productVersion GetHipObjectAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    realTimeProtection String
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdefVersion GetHipObjectAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    isInstalled boolean
    Is Installed. Default: true.
    lastScanTime GetHipObjectAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    productVersion GetHipObjectAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    realTimeProtection string
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdefVersion GetHipObjectAntiMalwareCriteriaVirdefVersion
    The VirdefVersion param.
    is_installed bool
    Is Installed. Default: true.
    last_scan_time GetHipObjectAntiMalwareCriteriaLastScanTime
    The LastScanTime param.
    product_version GetHipObjectAntiMalwareCriteriaProductVersion
    The ProductVersion param.
    real_time_protection str
    real time protection. String must be one of these: "no", "yes", "not-available".
    virdef_version GetHipObjectAntiMalwareCriteriaVirdefVersion
    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.

    GetHipObjectAntiMalwareCriteriaLastScanTime

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

    GetHipObjectAntiMalwareCriteriaLastScanTimeNotWithin

    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.

    GetHipObjectAntiMalwareCriteriaLastScanTimeWithin

    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.

    GetHipObjectAntiMalwareCriteriaProductVersion

    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 GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    Within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    Within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    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 GetHipObjectAntiMalwareCriteriaProductVersionNotWithin
    The NotWithin param.
    within GetHipObjectAntiMalwareCriteriaProductVersionWithin
    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.

    GetHipObjectAntiMalwareCriteriaProductVersionNotWithin

    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.

    GetHipObjectAntiMalwareCriteriaProductVersionWithin

    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.

    GetHipObjectAntiMalwareCriteriaVirdefVersion

    notWithin Property Map
    The NotWithin param.
    within Property Map
    The Within param.

    GetHipObjectAntiMalwareCriteriaVirdefVersionNotWithin

    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.

    GetHipObjectAntiMalwareCriteriaVirdefVersionWithin

    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.

    GetHipObjectAntiMalwareVendor

    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: .*.

    GetHipObjectCertificate

    criteria Property Map
    The Criteria param.

    GetHipObjectCertificateCriteria

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

    GetHipObjectCertificateCriteriaCertificateAttribute

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

    GetHipObjectCustomChecks

    criteria Property Map
    The Criteria param.

    GetHipObjectCustomChecksCriteria

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

    GetHipObjectCustomChecksCriteriaPlist

    Keys List<GetHipObjectCustomChecksCriteriaPlistKey>
    The Keys param.
    Name string
    Preference list. String length must not exceed 1023 characters.
    Negate bool
    Plist does not exist. Default: false.
    Keys []GetHipObjectCustomChecksCriteriaPlistKey
    The Keys param.
    Name string
    Preference list. String length must not exceed 1023 characters.
    Negate bool
    Plist does not exist. Default: false.
    keys List<GetHipObjectCustomChecksCriteriaPlistKey>
    The Keys param.
    name String
    Preference list. String length must not exceed 1023 characters.
    negate Boolean
    Plist does not exist. Default: false.
    keys GetHipObjectCustomChecksCriteriaPlistKey[]
    The Keys param.
    name string
    Preference list. String length must not exceed 1023 characters.
    negate boolean
    Plist does not exist. Default: false.
    keys Sequence[GetHipObjectCustomChecksCriteriaPlistKey]
    The Keys param.
    name str
    Preference list. String length must not exceed 1023 characters.
    negate bool
    Plist does not exist. Default: false.
    keys List<Property Map>
    The Keys param.
    name String
    Preference list. String length must not exceed 1023 characters.
    negate Boolean
    Plist does not exist. Default: false.

    GetHipObjectCustomChecksCriteriaPlistKey

    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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: .*.

    GetHipObjectCustomChecksCriteriaProcessList

    Name string
    Process Name. String length must not exceed 1023 characters.
    Running bool
    The Running param. Default: true.
    Name string
    Process Name. String length must not exceed 1023 characters.
    Running bool
    The Running param. Default: true.
    name String
    Process Name. String length must not exceed 1023 characters.
    running Boolean
    The Running param. Default: true.
    name string
    Process Name. String length must not exceed 1023 characters.
    running boolean
    The Running param. Default: true.
    name str
    Process Name. String length must not exceed 1023 characters.
    running bool
    The Running param. Default: true.
    name String
    Process Name. String length must not exceed 1023 characters.
    running Boolean
    The Running param. Default: true.

    GetHipObjectCustomChecksCriteriaRegistryKey

    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<GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue>
    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 []GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue
    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<GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue>
    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 GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue[]
    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[GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue]
    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.

    GetHipObjectCustomChecksCriteriaRegistryKeyRegistryValue

    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: .*.

    GetHipObjectDataLossPrevention

    Criteria GetHipObjectDataLossPreventionCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectDataLossPreventionVendor>
    Vendor name.
    Criteria GetHipObjectDataLossPreventionCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectDataLossPreventionVendor
    Vendor name.
    criteria GetHipObjectDataLossPreventionCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectDataLossPreventionVendor>
    Vendor name.
    criteria GetHipObjectDataLossPreventionCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectDataLossPreventionVendor[]
    Vendor name.
    criteria GetHipObjectDataLossPreventionCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectDataLossPreventionVendor]
    Vendor name.
    criteria Property Map
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<Property Map>
    Vendor name.

    GetHipObjectDataLossPreventionCriteria

    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.

    GetHipObjectDataLossPreventionVendor

    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: .*.

    GetHipObjectDiskBackup

    Criteria GetHipObjectDiskBackupCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectDiskBackupVendor>
    Vendor name.
    Criteria GetHipObjectDiskBackupCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectDiskBackupVendor
    Vendor name.
    criteria GetHipObjectDiskBackupCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectDiskBackupVendor>
    Vendor name.
    criteria GetHipObjectDiskBackupCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectDiskBackupVendor[]
    Vendor name.
    criteria GetHipObjectDiskBackupCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectDiskBackupVendor]
    Vendor name.
    criteria Property Map
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<Property Map>
    Vendor name.

    GetHipObjectDiskBackupCriteria

    IsInstalled bool
    Is Installed. Default: true.
    LastBackupTime GetHipObjectDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    IsInstalled bool
    Is Installed. Default: true.
    LastBackupTime GetHipObjectDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastBackupTime GetHipObjectDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    isInstalled boolean
    Is Installed. Default: true.
    lastBackupTime GetHipObjectDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    is_installed bool
    Is Installed. Default: true.
    last_backup_time GetHipObjectDiskBackupCriteriaLastBackupTime
    The LastBackupTime param.
    isInstalled Boolean
    Is Installed. Default: true.
    lastBackupTime Property Map
    The LastBackupTime param.

    GetHipObjectDiskBackupCriteriaLastBackupTime

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

    GetHipObjectDiskBackupCriteriaLastBackupTimeNotWithin

    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.

    GetHipObjectDiskBackupCriteriaLastBackupTimeWithin

    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.

    GetHipObjectDiskBackupVendor

    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: .*.

    GetHipObjectDiskEncryption

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

    GetHipObjectDiskEncryptionCriteria

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

    GetHipObjectDiskEncryptionCriteriaEncryptedLocation

    EncryptionState GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState
    The EncryptionState param.
    Name string
    Encryption location. String length must not exceed 1023 characters.
    EncryptionState GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState
    The EncryptionState param.
    Name string
    Encryption location. String length must not exceed 1023 characters.
    encryptionState GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState
    The EncryptionState param.
    name String
    Encryption location. String length must not exceed 1023 characters.
    encryptionState GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState
    The EncryptionState param.
    name string
    Encryption location. String length must not exceed 1023 characters.
    encryption_state GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState
    The EncryptionState param.
    name str
    Encryption location. String length must not exceed 1023 characters.
    encryptionState Property Map
    The EncryptionState param.
    name String
    Encryption location. String length must not exceed 1023 characters.

    GetHipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState

    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".

    GetHipObjectDiskEncryptionVendor

    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: .*.

    GetHipObjectFirewall

    Criteria GetHipObjectFirewallCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectFirewallVendor>
    Vendor name.
    Criteria GetHipObjectFirewallCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectFirewallVendor
    Vendor name.
    criteria GetHipObjectFirewallCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectFirewallVendor>
    Vendor name.
    criteria GetHipObjectFirewallCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectFirewallVendor[]
    Vendor name.
    criteria GetHipObjectFirewallCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectFirewallVendor]
    Vendor name.
    criteria Property Map
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<Property Map>
    Vendor name.

    GetHipObjectFirewallCriteria

    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.

    GetHipObjectFirewallVendor

    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: .*.

    GetHipObjectHostInfo

    criteria Property Map
    The Criteria param.

    GetHipObjectHostInfoCriteria

    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.

    GetHipObjectHostInfoCriteriaClientVersion

    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.

    GetHipObjectHostInfoCriteriaDomain

    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.

    GetHipObjectHostInfoCriteriaHostId

    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.

    GetHipObjectHostInfoCriteriaHostName

    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.

    GetHipObjectHostInfoCriteriaOs

    contains Property Map
    The Contains param.

    GetHipObjectHostInfoCriteriaOsContains

    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.

    GetHipObjectHostInfoCriteriaSerialNumber

    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.

    GetHipObjectMobileDevice

    criteria Property Map
    The Criteria param.

    GetHipObjectMobileDeviceCriteria

    Applications GetHipObjectMobileDeviceCriteriaApplications
    The Applications param.
    DiskEncrypted bool
    If device's disk is encrypted.
    Imei GetHipObjectMobileDeviceCriteriaImei
    The Imei param.
    Jailbroken bool
    If device is by rooted/jailbroken.
    LastCheckinTime GetHipObjectMobileDeviceCriteriaLastCheckinTime
    The LastCheckinTime param.
    Model GetHipObjectMobileDeviceCriteriaModel
    The Model param.
    PasscodeSet bool
    If device's passcode is present.
    PhoneNumber GetHipObjectMobileDeviceCriteriaPhoneNumber
    The PhoneNumber param.
    Tag GetHipObjectMobileDeviceCriteriaTag
    The Tag param.
    Applications GetHipObjectMobileDeviceCriteriaApplications
    The Applications param.
    DiskEncrypted bool
    If device's disk is encrypted.
    Imei GetHipObjectMobileDeviceCriteriaImei
    The Imei param.
    Jailbroken bool
    If device is by rooted/jailbroken.
    LastCheckinTime GetHipObjectMobileDeviceCriteriaLastCheckinTime
    The LastCheckinTime param.
    Model GetHipObjectMobileDeviceCriteriaModel
    The Model param.
    PasscodeSet bool
    If device's passcode is present.
    PhoneNumber GetHipObjectMobileDeviceCriteriaPhoneNumber
    The PhoneNumber param.
    Tag GetHipObjectMobileDeviceCriteriaTag
    The Tag param.
    applications GetHipObjectMobileDeviceCriteriaApplications
    The Applications param.
    diskEncrypted Boolean
    If device's disk is encrypted.
    imei GetHipObjectMobileDeviceCriteriaImei
    The Imei param.
    jailbroken Boolean
    If device is by rooted/jailbroken.
    lastCheckinTime GetHipObjectMobileDeviceCriteriaLastCheckinTime
    The LastCheckinTime param.
    model GetHipObjectMobileDeviceCriteriaModel
    The Model param.
    passcodeSet Boolean
    If device's passcode is present.
    phoneNumber GetHipObjectMobileDeviceCriteriaPhoneNumber
    The PhoneNumber param.
    tag GetHipObjectMobileDeviceCriteriaTag
    The Tag param.
    applications GetHipObjectMobileDeviceCriteriaApplications
    The Applications param.
    diskEncrypted boolean
    If device's disk is encrypted.
    imei GetHipObjectMobileDeviceCriteriaImei
    The Imei param.
    jailbroken boolean
    If device is by rooted/jailbroken.
    lastCheckinTime GetHipObjectMobileDeviceCriteriaLastCheckinTime
    The LastCheckinTime param.
    model GetHipObjectMobileDeviceCriteriaModel
    The Model param.
    passcodeSet boolean
    If device's passcode is present.
    phoneNumber GetHipObjectMobileDeviceCriteriaPhoneNumber
    The PhoneNumber param.
    tag GetHipObjectMobileDeviceCriteriaTag
    The Tag param.
    applications GetHipObjectMobileDeviceCriteriaApplications
    The Applications param.
    disk_encrypted bool
    If device's disk is encrypted.
    imei GetHipObjectMobileDeviceCriteriaImei
    The Imei param.
    jailbroken bool
    If device is by rooted/jailbroken.
    last_checkin_time GetHipObjectMobileDeviceCriteriaLastCheckinTime
    The LastCheckinTime param.
    model GetHipObjectMobileDeviceCriteriaModel
    The Model param.
    passcode_set bool
    If device's passcode is present.
    phone_number GetHipObjectMobileDeviceCriteriaPhoneNumber
    The PhoneNumber param.
    tag GetHipObjectMobileDeviceCriteriaTag
    The Tag param.
    applications Property Map
    The Applications param.
    diskEncrypted Boolean
    If device's disk is encrypted.
    imei Property Map
    The Imei param.
    jailbroken Boolean
    If device is by rooted/jailbroken.
    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.

    GetHipObjectMobileDeviceCriteriaApplications

    hasMalware Property Map
    The HasMalware param.
    hasUnmanagedApp Boolean
    Has apps that are not managed.
    includes List<Property Map>
    The Includes param.

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalware

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

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalwareYes

    excludes List<Property Map>
    The Excludes param.

    GetHipObjectMobileDeviceCriteriaApplicationsHasMalwareYesExclude

    Hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    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
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
    package String
    application package name. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectMobileDeviceCriteriaApplicationsInclude

    Hash string
    application hash. String length must not exceed 1024 characters. String validation regex: .*.
    Name string
    The Name param. String length must not exceed 31 characters.
    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. String length must not exceed 31 characters.
    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. String length must not exceed 31 characters.
    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. String length must not exceed 31 characters.
    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. String length must not exceed 31 characters.
    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. String length must not exceed 31 characters.
    package String
    application package name. String length must not exceed 1024 characters. String validation regex: .*.

    GetHipObjectMobileDeviceCriteriaImei

    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.

    GetHipObjectMobileDeviceCriteriaLastCheckinTime

    notWithin Property Map
    The NotWithin param.
    within Property Map
    The Within param.

    GetHipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin

    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.

    GetHipObjectMobileDeviceCriteriaLastCheckinTimeWithin

    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.

    GetHipObjectMobileDeviceCriteriaModel

    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.

    GetHipObjectMobileDeviceCriteriaPhoneNumber

    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.

    GetHipObjectMobileDeviceCriteriaTag

    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.

    GetHipObjectNetworkInfo

    criteria Property Map
    The Criteria param.

    GetHipObjectNetworkInfoCriteria

    network Property Map
    The Network param.

    GetHipObjectNetworkInfoCriteriaNetwork

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

    GetHipObjectNetworkInfoCriteriaNetworkIs

    mobile Property Map
    The Mobile param.
    unknown Boolean
    The Unknown param.
    wifi Property Map
    The Wifi param.

    GetHipObjectNetworkInfoCriteriaNetworkIsMobile

    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: .*.

    GetHipObjectNetworkInfoCriteriaNetworkIsNot

    Ethernet bool
    The Ethernet param.
    Mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile
    The Mobile param.
    Unknown bool
    The Unknown param.
    Wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi
    The Wifi param.
    Ethernet bool
    The Ethernet param.
    Mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile
    The Mobile param.
    Unknown bool
    The Unknown param.
    Wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi
    The Wifi param.
    ethernet Boolean
    The Ethernet param.
    mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile
    The Mobile param.
    unknown Boolean
    The Unknown param.
    wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi
    The Wifi param.
    ethernet boolean
    The Ethernet param.
    mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile
    The Mobile param.
    unknown boolean
    The Unknown param.
    wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi
    The Wifi param.
    ethernet bool
    The Ethernet param.
    mobile GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile
    The Mobile param.
    unknown bool
    The Unknown param.
    wifi GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi
    The Wifi param.
    ethernet Boolean
    The Ethernet param.
    mobile Property Map
    The Mobile param.
    unknown Boolean
    The Unknown param.
    wifi Property Map
    The Wifi param.

    GetHipObjectNetworkInfoCriteriaNetworkIsNotMobile

    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: .*.

    GetHipObjectNetworkInfoCriteriaNetworkIsNotWifi

    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: .*.

    GetHipObjectNetworkInfoCriteriaNetworkIsWifi

    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: .*.

    GetHipObjectPatchManagement

    Criteria GetHipObjectPatchManagementCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors List<GetHipObjectPatchManagementVendor>
    Vendor name.
    Criteria GetHipObjectPatchManagementCriteria
    The Criteria param.
    ExcludeVendor bool
    The ExcludeVendor param. Default: false.
    Vendors []GetHipObjectPatchManagementVendor
    Vendor name.
    criteria GetHipObjectPatchManagementCriteria
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<GetHipObjectPatchManagementVendor>
    Vendor name.
    criteria GetHipObjectPatchManagementCriteria
    The Criteria param.
    excludeVendor boolean
    The ExcludeVendor param. Default: false.
    vendors GetHipObjectPatchManagementVendor[]
    Vendor name.
    criteria GetHipObjectPatchManagementCriteria
    The Criteria param.
    exclude_vendor bool
    The ExcludeVendor param. Default: false.
    vendors Sequence[GetHipObjectPatchManagementVendor]
    Vendor name.
    criteria Property Map
    The Criteria param.
    excludeVendor Boolean
    The ExcludeVendor param. Default: false.
    vendors List<Property Map>
    Vendor name.

    GetHipObjectPatchManagementCriteria

    IsEnabled string
    is enabled. String must be one of these: "no", "yes", "not-available".
    IsInstalled bool
    Is Installed. Default: true.
    MissingPatches GetHipObjectPatchManagementCriteriaMissingPatches
    The MissingPatches param.
    IsEnabled string
    is enabled. String must be one of these: "no", "yes", "not-available".
    IsInstalled bool
    Is Installed. Default: true.
    MissingPatches GetHipObjectPatchManagementCriteriaMissingPatches
    The MissingPatches param.
    isEnabled String
    is enabled. String must be one of these: "no", "yes", "not-available".
    isInstalled Boolean
    Is Installed. Default: true.
    missingPatches GetHipObjectPatchManagementCriteriaMissingPatches
    The MissingPatches param.
    isEnabled string
    is enabled. String must be one of these: "no", "yes", "not-available".
    isInstalled boolean
    Is Installed. Default: true.
    missingPatches GetHipObjectPatchManagementCriteriaMissingPatches
    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 GetHipObjectPatchManagementCriteriaMissingPatches
    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.

    GetHipObjectPatchManagementCriteriaMissingPatches

    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 GetHipObjectPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectPatchManagementCriteriaMissingPatchesSeverity
    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 GetHipObjectPatchManagementCriteriaMissingPatchesSeverity
    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.

    GetHipObjectPatchManagementCriteriaMissingPatchesSeverity

    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.

    GetHipObjectPatchManagementVendor

    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.1 published on Friday, May 31, 2024 by Pulumi