Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi
scm.getHipObjectList
Explore with Pulumi AI
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getHipObjectList({
folder: "Shared",
});
import pulumi
import pulumi_scm as scm
example = scm.get_hip_object_list(folder="Shared")
package main
import (
"github.com/pulumi/pulumi-scm/sdk/go/scm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scm.GetHipObjectList(ctx, &scm.GetHipObjectListArgs{
Folder: pulumi.StringRef("Shared"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
var example = Scm.GetHipObjectList.Invoke(new()
{
Folder = "Shared",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetHipObjectListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = ScmFunctions.getHipObjectList(GetHipObjectListArgs.builder()
.folder("Shared")
.build());
}
}
variables:
example:
fn::invoke:
Function: scm:getHipObjectList
Arguments:
folder: Shared
Using getHipObjectList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getHipObjectList(args: GetHipObjectListArgs, opts?: InvokeOptions): Promise<GetHipObjectListResult>
function getHipObjectListOutput(args: GetHipObjectListOutputArgs, opts?: InvokeOptions): Output<GetHipObjectListResult>
def get_hip_object_list(device: Optional[str] = None,
folder: Optional[str] = None,
limit: Optional[int] = None,
name: Optional[str] = None,
offset: Optional[int] = None,
snippet: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHipObjectListResult
def get_hip_object_list_output(device: Optional[pulumi.Input[str]] = None,
folder: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[int]] = None,
name: Optional[pulumi.Input[str]] = None,
offset: Optional[pulumi.Input[int]] = None,
snippet: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHipObjectListResult]
func GetHipObjectList(ctx *Context, args *GetHipObjectListArgs, opts ...InvokeOption) (*GetHipObjectListResult, error)
func GetHipObjectListOutput(ctx *Context, args *GetHipObjectListOutputArgs, opts ...InvokeOption) GetHipObjectListResultOutput
> Note: This function is named GetHipObjectList
in the Go SDK.
public static class GetHipObjectList
{
public static Task<GetHipObjectListResult> InvokeAsync(GetHipObjectListArgs args, InvokeOptions? opts = null)
public static Output<GetHipObjectListResult> Invoke(GetHipObjectListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHipObjectListResult> getHipObjectList(GetHipObjectListArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scm:index/getHipObjectList:getHipObjectList
arguments:
# arguments dictionary
The following arguments are supported:
getHipObjectList Result
The following output properties are available:
- Datas
List<Get
Hip Object List Data> - The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - Offset int
- The Offset param. Default:
0
. - Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- Datas
[]Get
Hip Object List Data - The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - Offset int
- The Offset param. Default:
0
. - Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- datas
List<Get
Hip Object List Data> - The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset Integer
- The Offset param. Default:
0
. - tfid String
- total Integer
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
- datas
Get
Hip Object List Data[] - The Data param.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset number
- The Offset param. Default:
0
. - tfid string
- total number
- The Total param.
- device string
- The Device param.
- folder string
- The Folder param.
- name string
- The Name param.
- snippet string
- The Snippet param.
- datas
Sequence[Get
Hip Object List Data] - The Data param.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset int
- The Offset param. Default:
0
. - tfid str
- total int
- The Total param.
- device str
- The Device param.
- folder str
- The Folder param.
- name str
- The Name param.
- snippet str
- The Snippet param.
- datas List<Property Map>
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default:
200
. - offset Number
- The Offset param. Default:
0
. - tfid String
- total Number
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
Supporting Types
GetHipObjectListData
- Anti
Malware GetHip Object List Data Anti Malware - The AntiMalware param.
- Certificate
Get
Hip Object List Data Certificate - The Certificate param.
- Custom
Checks GetHip Object List Data Custom Checks - The CustomChecks param.
- Data
Loss GetPrevention Hip Object List Data Data Loss Prevention - The DataLossPrevention param.
- Description string
- The Description param. String length must not exceed 255 characters.
- Disk
Backup GetHip Object List Data Disk Backup - The DiskBackup param.
- Disk
Encryption GetHip Object List Data Disk Encryption - The DiskEncryption param.
- Firewall
Get
Hip Object List Data Firewall - The Firewall param.
- Host
Info GetHip Object List Data Host Info - The HostInfo param.
- Id string
- UUID of the resource.
- Mobile
Device GetHip Object List Data Mobile Device - The MobileDevice param.
- Name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- Network
Info GetHip Object List Data Network Info - The NetworkInfo param.
- Patch
Management GetHip Object List Data Patch Management - The PatchManagement param.
- Anti
Malware GetHip Object List Data Anti Malware - The AntiMalware param.
- Certificate
Get
Hip Object List Data Certificate - The Certificate param.
- Custom
Checks GetHip Object List Data Custom Checks - The CustomChecks param.
- Data
Loss GetPrevention Hip Object List Data Data Loss Prevention - The DataLossPrevention param.
- Description string
- The Description param. String length must not exceed 255 characters.
- Disk
Backup GetHip Object List Data Disk Backup - The DiskBackup param.
- Disk
Encryption GetHip Object List Data Disk Encryption - The DiskEncryption param.
- Firewall
Get
Hip Object List Data Firewall - The Firewall param.
- Host
Info GetHip Object List Data Host Info - The HostInfo param.
- Id string
- UUID of the resource.
- Mobile
Device GetHip Object List Data Mobile Device - The MobileDevice param.
- Name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- Network
Info GetHip Object List Data Network Info - The NetworkInfo param.
- Patch
Management GetHip Object List Data Patch Management - The PatchManagement param.
- anti
Malware GetHip Object List Data Anti Malware - The AntiMalware param.
- certificate
Get
Hip Object List Data Certificate - The Certificate param.
- custom
Checks GetHip Object List Data Custom Checks - The CustomChecks param.
- data
Loss GetPrevention Hip Object List Data Data Loss Prevention - The DataLossPrevention param.
- description String
- The Description param. String length must not exceed 255 characters.
- disk
Backup GetHip Object List Data Disk Backup - The DiskBackup param.
- disk
Encryption GetHip Object List Data Disk Encryption - The DiskEncryption param.
- firewall
Get
Hip Object List Data Firewall - The Firewall param.
- host
Info GetHip Object List Data Host Info - The HostInfo param.
- id String
- UUID of the resource.
- mobile
Device GetHip Object List Data Mobile Device - The MobileDevice param.
- name String
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- network
Info GetHip Object List Data Network Info - The NetworkInfo param.
- patch
Management GetHip Object List Data Patch Management - The PatchManagement param.
- anti
Malware GetHip Object List Data Anti Malware - The AntiMalware param.
- certificate
Get
Hip Object List Data Certificate - The Certificate param.
- custom
Checks GetHip Object List Data Custom Checks - The CustomChecks param.
- data
Loss GetPrevention Hip Object List Data Data Loss Prevention - The DataLossPrevention param.
- description string
- The Description param. String length must not exceed 255 characters.
- disk
Backup GetHip Object List Data Disk Backup - The DiskBackup param.
- disk
Encryption GetHip Object List Data Disk Encryption - The DiskEncryption param.
- firewall
Get
Hip Object List Data Firewall - The Firewall param.
- host
Info GetHip Object List Data Host Info - The HostInfo param.
- id string
- UUID of the resource.
- mobile
Device GetHip Object List Data Mobile Device - The MobileDevice param.
- name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- network
Info GetHip Object List Data Network Info - The NetworkInfo param.
- patch
Management GetHip Object List Data Patch Management - The PatchManagement param.
- anti_
malware GetHip Object List Data Anti Malware - The AntiMalware param.
- certificate
Get
Hip Object List Data Certificate - The Certificate param.
- custom_
checks GetHip Object List Data Custom Checks - The CustomChecks param.
- data_
loss_ Getprevention Hip Object List Data Data Loss Prevention - The DataLossPrevention param.
- description str
- The Description param. String length must not exceed 255 characters.
- disk_
backup GetHip Object List Data Disk Backup - The DiskBackup param.
- disk_
encryption GetHip Object List Data Disk Encryption - The DiskEncryption param.
- firewall
Get
Hip Object List Data Firewall - The Firewall param.
- host_
info GetHip Object List Data Host Info - The HostInfo param.
- id str
- UUID of the resource.
- mobile_
device GetHip Object List Data Mobile Device - The MobileDevice param.
- name str
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- network_
info GetHip Object List Data Network Info - The NetworkInfo param.
- patch_
management GetHip Object List Data Patch Management - The PatchManagement param.
- anti
Malware Property Map - The AntiMalware param.
- certificate Property Map
- The Certificate param.
- custom
Checks Property Map - The CustomChecks param.
- data
Loss Property MapPrevention - The DataLossPrevention param.
- description String
- The Description param. String length must not exceed 255 characters.
- disk
Backup Property Map - The DiskBackup param.
- disk
Encryption Property Map - The DiskEncryption param.
- firewall Property Map
- The Firewall param.
- host
Info Property Map - The HostInfo param.
- id String
- UUID of the resource.
- mobile
Device Property Map - The MobileDevice param.
- name String
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
- network
Info Property Map - The NetworkInfo param.
- patch
Management Property Map - The PatchManagement param.
GetHipObjectListDataAntiMalware
- Criteria
Get
Hip Object List Data Anti Malware Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
List<Get
Hip Object List Data Anti Malware Vendor> - Vendor name.
- Criteria
Get
Hip Object List Data Anti Malware Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
[]Get
Hip Object List Data Anti Malware Vendor - Vendor name.
- criteria
Get
Hip Object List Data Anti Malware Criteria - The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors
List<Get
Hip Object List Data Anti Malware Vendor> - Vendor name.
- criteria
Get
Hip Object List Data Anti Malware Criteria - The Criteria param.
- exclude
Vendor boolean - The ExcludeVendor param. Default:
false
. - vendors
Get
Hip Object List Data Anti Malware Vendor[] - Vendor name.
- criteria
Get
Hip Object List Data Anti Malware Criteria - The Criteria param.
- exclude_
vendor bool - The ExcludeVendor param. Default:
false
. - vendors
Sequence[Get
Hip Object List Data Anti Malware Vendor] - Vendor name.
- criteria Property Map
- The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors List<Property Map>
- Vendor name.
GetHipObjectListDataAntiMalwareCriteria
- Is
Installed bool - Is Installed. Default:
true
. - Last
Scan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time - The LastScanTime param.
- Product
Version GetHip Object List Data Anti Malware Criteria Product Version - The ProductVersion param.
- Real
Time stringProtection - real time protection. String must be one of these:
"no"
,"yes"
,"not-available"
. - Virdef
Version GetHip Object List Data Anti Malware Criteria Virdef Version - The VirdefVersion param.
- Is
Installed bool - Is Installed. Default:
true
. - Last
Scan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time - The LastScanTime param.
- Product
Version GetHip Object List Data Anti Malware Criteria Product Version - The ProductVersion param.
- Real
Time stringProtection - real time protection. String must be one of these:
"no"
,"yes"
,"not-available"
. - Virdef
Version GetHip Object List Data Anti Malware Criteria Virdef Version - The VirdefVersion param.
- is
Installed Boolean - Is Installed. Default:
true
. - last
Scan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time - The LastScanTime param.
- product
Version GetHip Object List Data Anti Malware Criteria Product Version - The ProductVersion param.
- real
Time StringProtection - real time protection. String must be one of these:
"no"
,"yes"
,"not-available"
. - virdef
Version GetHip Object List Data Anti Malware Criteria Virdef Version - The VirdefVersion param.
- is
Installed boolean - Is Installed. Default:
true
. - last
Scan GetTime Hip Object List Data Anti Malware Criteria Last Scan Time - The LastScanTime param.
- product
Version GetHip Object List Data Anti Malware Criteria Product Version - The ProductVersion param.
- real
Time stringProtection - real time protection. String must be one of these:
"no"
,"yes"
,"not-available"
. - virdef
Version GetHip Object List Data Anti Malware Criteria Virdef Version - The VirdefVersion param.
- is_
installed bool - Is Installed. Default:
true
. - last_
scan_ Gettime Hip Object List Data Anti Malware Criteria Last Scan Time - The LastScanTime param.
- product_
version GetHip Object List Data Anti Malware Criteria Product Version - The ProductVersion param.
- real_
time_ strprotection - real time protection. String must be one of these:
"no"
,"yes"
,"not-available"
. - virdef_
version GetHip Object List Data Anti Malware Criteria Virdef Version - The VirdefVersion param.
- is
Installed Boolean - Is Installed. Default:
true
. - last
Scan Property MapTime - The LastScanTime param.
- product
Version Property Map - The ProductVersion param.
- real
Time StringProtection - real time protection. String must be one of these:
"no"
,"yes"
,"not-available"
. - virdef
Version Property Map - The VirdefVersion param.
GetHipObjectListDataAntiMalwareCriteriaLastScanTime
- Not
Available bool - The NotAvailable param.
- Not
Within GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Anti Malware Criteria Last Scan Time Within - The Within param.
- Not
Available bool - The NotAvailable param.
- Not
Within GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Anti Malware Criteria Last Scan Time Within - The Within param.
- not
Available Boolean - The NotAvailable param.
- not
Within GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Last Scan Time Within - The Within param.
- not
Available boolean - The NotAvailable param.
- not
Within GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Last Scan Time Within - The Within param.
- not_
available bool - The NotAvailable param.
- not_
within GetHip Object List Data Anti Malware Criteria Last Scan Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Last Scan Time Within - The Within param.
- not
Available Boolean - The NotAvailable param.
- not
Within Property Map - The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataAntiMalwareCriteriaLastScanTimeNotWithin
GetHipObjectListDataAntiMalwareCriteriaLastScanTimeWithin
GetHipObjectListDataAntiMalwareCriteriaProductVersion
- Contains string
- The Contains param. String length must not exceed 255 characters.
- Greater
Equal string - The GreaterEqual param. String length must not exceed 255 characters.
- Greater
Than string - The GreaterThan param. String length must not exceed 255 characters.
- Is string
- The Is param. String length must not exceed 255 characters.
- Is
Not string - The IsNot param. String length must not exceed 255 characters.
- Less
Equal string - The LessEqual param. String length must not exceed 255 characters.
- Less
Than string - The LessThan param. String length must not exceed 255 characters.
- Not
Within GetHip Object List Data Anti Malware Criteria Product Version Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Anti Malware Criteria Product Version Within - The Within param.
- Contains string
- The Contains param. String length must not exceed 255 characters.
- Greater
Equal string - The GreaterEqual param. String length must not exceed 255 characters.
- Greater
Than string - The GreaterThan param. String length must not exceed 255 characters.
- Is string
- The Is param. String length must not exceed 255 characters.
- Is
Not string - The IsNot param. String length must not exceed 255 characters.
- Less
Equal string - The LessEqual param. String length must not exceed 255 characters.
- Less
Than string - The LessThan param. String length must not exceed 255 characters.
- Not
Within GetHip Object List Data Anti Malware Criteria Product Version Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Anti Malware Criteria Product Version Within - The Within param.
- contains String
- The Contains param. String length must not exceed 255 characters.
- greater
Equal String - The GreaterEqual param. String length must not exceed 255 characters.
- greater
Than String - The GreaterThan param. String length must not exceed 255 characters.
- is String
- The Is param. String length must not exceed 255 characters.
- is
Not String - The IsNot param. String length must not exceed 255 characters.
- less
Equal String - The LessEqual param. String length must not exceed 255 characters.
- less
Than String - The LessThan param. String length must not exceed 255 characters.
- not
Within GetHip Object List Data Anti Malware Criteria Product Version Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Product Version Within - The Within param.
- contains string
- The Contains param. String length must not exceed 255 characters.
- greater
Equal string - The GreaterEqual param. String length must not exceed 255 characters.
- greater
Than string - The GreaterThan param. String length must not exceed 255 characters.
- is string
- The Is param. String length must not exceed 255 characters.
- is
Not string - The IsNot param. String length must not exceed 255 characters.
- less
Equal string - The LessEqual param. String length must not exceed 255 characters.
- less
Than string - The LessThan param. String length must not exceed 255 characters.
- not
Within GetHip Object List Data Anti Malware Criteria Product Version Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Product Version Within - The Within param.
- contains str
- The Contains param. String length must not exceed 255 characters.
- greater_
equal str - The GreaterEqual param. String length must not exceed 255 characters.
- greater_
than str - The GreaterThan param. String length must not exceed 255 characters.
- is_ str
- The Is param. String length must not exceed 255 characters.
- is_
not str - The IsNot param. String length must not exceed 255 characters.
- less_
equal str - The LessEqual param. String length must not exceed 255 characters.
- less_
than str - The LessThan param. String length must not exceed 255 characters.
- not_
within GetHip Object List Data Anti Malware Criteria Product Version Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Product Version Within - The Within param.
- contains String
- The Contains param. String length must not exceed 255 characters.
- greater
Equal String - The GreaterEqual param. String length must not exceed 255 characters.
- greater
Than String - The GreaterThan param. String length must not exceed 255 characters.
- is String
- The Is param. String length must not exceed 255 characters.
- is
Not String - The IsNot param. String length must not exceed 255 characters.
- less
Equal String - The LessEqual param. String length must not exceed 255 characters.
- less
Than String - The LessThan param. String length must not exceed 255 characters.
- not
Within Property Map - The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataAntiMalwareCriteriaProductVersionNotWithin
- Versions int
- versions range. Value must be between 1 and 65535. Default:
1
.
- Versions int
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions Integer
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions number
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions int
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions Number
- versions range. Value must be between 1 and 65535. Default:
1
.
GetHipObjectListDataAntiMalwareCriteriaProductVersionWithin
- Versions int
- versions range. Value must be between 1 and 65535. Default:
1
.
- Versions int
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions Integer
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions number
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions int
- versions range. Value must be between 1 and 65535. Default:
1
.
- versions Number
- versions range. Value must be between 1 and 65535. Default:
1
.
GetHipObjectListDataAntiMalwareCriteriaVirdefVersion
- Not
Within GetHip Object List Data Anti Malware Criteria Virdef Version Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Anti Malware Criteria Virdef Version Within - The Within param.
- Not
Within GetHip Object List Data Anti Malware Criteria Virdef Version Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Anti Malware Criteria Virdef Version Within - The Within param.
- not
Within GetHip Object List Data Anti Malware Criteria Virdef Version Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Virdef Version Within - The Within param.
- not
Within GetHip Object List Data Anti Malware Criteria Virdef Version Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Virdef Version Within - The Within param.
- not_
within GetHip Object List Data Anti Malware Criteria Virdef Version Not Within - The NotWithin param.
- within
Get
Hip Object List Data Anti Malware Criteria Virdef Version Within - The Within param.
- not
Within Property Map - The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataAntiMalwareCriteriaVirdefVersionNotWithin
GetHipObjectListDataAntiMalwareCriteriaVirdefVersionWithin
GetHipObjectListDataAntiMalwareVendor
GetHipObjectListDataCertificate
- Criteria
Get
Hip Object List Data Certificate Criteria - The Criteria param.
- Criteria
Get
Hip Object List Data Certificate Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Certificate Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Certificate Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Certificate Criteria - The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataCertificateCriteria
- Certificate
Attributes List<GetHip Object List Data Certificate Criteria Certificate Attribute> - The CertificateAttributes param.
- Certificate
Profile string - Profile for authenticating client certificates.
- Certificate
Attributes []GetHip Object List Data Certificate Criteria Certificate Attribute - The CertificateAttributes param.
- Certificate
Profile string - Profile for authenticating client certificates.
- certificate
Attributes List<GetHip Object List Data Certificate Criteria Certificate Attribute> - The CertificateAttributes param.
- certificate
Profile String - Profile for authenticating client certificates.
- certificate
Attributes GetHip Object List Data Certificate Criteria Certificate Attribute[] - The CertificateAttributes param.
- certificate
Profile string - Profile for authenticating client certificates.
- certificate_
attributes Sequence[GetHip Object List Data Certificate Criteria Certificate Attribute] - The CertificateAttributes param.
- certificate_
profile str - Profile for authenticating client certificates.
- certificate
Attributes List<Property Map> - The CertificateAttributes param.
- certificate
Profile String - Profile for authenticating client certificates.
GetHipObjectListDataCertificateCriteriaCertificateAttribute
GetHipObjectListDataCustomChecks
- Criteria
Get
Hip Object List Data Custom Checks Criteria - The Criteria param.
- Criteria
Get
Hip Object List Data Custom Checks Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Custom Checks Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Custom Checks Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Custom Checks Criteria - The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataCustomChecksCriteria
- Plists
List<Get
Hip Object List Data Custom Checks Criteria Plist> - The Plist param.
- Process
Lists List<GetHip Object List Data Custom Checks Criteria Process List> - The ProcessList param.
- Registry
Keys List<GetHip Object List Data Custom Checks Criteria Registry Key> - The RegistryKeys param.
- Plists
[]Get
Hip Object List Data Custom Checks Criteria Plist - The Plist param.
- Process
Lists []GetHip Object List Data Custom Checks Criteria Process List - The ProcessList param.
- Registry
Keys []GetHip Object List Data Custom Checks Criteria Registry Key - The RegistryKeys param.
- plists
List<Get
Hip Object List Data Custom Checks Criteria Plist> - The Plist param.
- process
Lists List<GetHip Object List Data Custom Checks Criteria Process List> - The ProcessList param.
- registry
Keys List<GetHip Object List Data Custom Checks Criteria Registry Key> - The RegistryKeys param.
- plists
Get
Hip Object List Data Custom Checks Criteria Plist[] - The Plist param.
- process
Lists GetHip Object List Data Custom Checks Criteria Process List[] - The ProcessList param.
- registry
Keys GetHip Object List Data Custom Checks Criteria Registry Key[] - The RegistryKeys param.
- plists
Sequence[Get
Hip Object List Data Custom Checks Criteria Plist] - The Plist param.
- process_
lists Sequence[GetHip Object List Data Custom Checks Criteria Process List] - The ProcessList param.
- registry_
keys Sequence[GetHip Object List Data Custom Checks Criteria Registry Key] - The RegistryKeys param.
- plists List<Property Map>
- The Plist param.
- process
Lists List<Property Map> - The ProcessList param.
- registry
Keys List<Property Map> - The RegistryKeys param.
GetHipObjectListDataCustomChecksCriteriaPlist
- Keys
List<Get
Hip Object List Data Custom Checks Criteria Plist Key> - The Keys param.
- Name string
- The Name param.
- Negate bool
- Plist does not exist. Default:
false
.
- Keys
[]Get
Hip Object List Data Custom Checks Criteria Plist Key - The Keys param.
- Name string
- The Name param.
- Negate bool
- Plist does not exist. Default:
false
.
- keys
List<Get
Hip Object List Data Custom Checks Criteria Plist Key> - The Keys param.
- name String
- The Name param.
- negate Boolean
- Plist does not exist. Default:
false
.
- keys
Get
Hip Object List Data Custom Checks Criteria Plist Key[] - The Keys param.
- name string
- The Name param.
- negate boolean
- Plist does not exist. Default:
false
.
- keys
Sequence[Get
Hip Object List Data Custom Checks Criteria Plist Key] - The Keys param.
- name str
- The Name param.
- negate bool
- Plist does not exist. Default:
false
.
- keys List<Property Map>
- The Keys param.
- name String
- The Name param.
- negate Boolean
- Plist does not exist. Default:
false
.
GetHipObjectListDataCustomChecksCriteriaPlistKey
GetHipObjectListDataCustomChecksCriteriaProcessList
GetHipObjectListDataCustomChecksCriteriaRegistryKey
- Default
Value stringData - Registry key default value data. String length must not exceed 1024 characters. String validation regex:
.*
. - Name string
- Registry key. String length must not exceed 1023 characters.
- Negate bool
- Key does not exist or match specified value data. Default:
false
. - Registry
Values List<GetHip Object List Data Custom Checks Criteria Registry Key Registry Value> - The RegistryValues param.
- Default
Value stringData - Registry key default value data. String length must not exceed 1024 characters. String validation regex:
.*
. - Name string
- Registry key. String length must not exceed 1023 characters.
- Negate bool
- Key does not exist or match specified value data. Default:
false
. - Registry
Values []GetHip Object List Data Custom Checks Criteria Registry Key Registry Value - The RegistryValues param.
- default
Value StringData - Registry key default value data. String length must not exceed 1024 characters. String validation regex:
.*
. - name String
- Registry key. String length must not exceed 1023 characters.
- negate Boolean
- Key does not exist or match specified value data. Default:
false
. - registry
Values List<GetHip Object List Data Custom Checks Criteria Registry Key Registry Value> - The RegistryValues param.
- default
Value stringData - Registry key default value data. String length must not exceed 1024 characters. String validation regex:
.*
. - name string
- Registry key. String length must not exceed 1023 characters.
- negate boolean
- Key does not exist or match specified value data. Default:
false
. - registry
Values GetHip Object List Data Custom Checks Criteria Registry Key Registry Value[] - The RegistryValues param.
- default_
value_ strdata - Registry key default value data. String length must not exceed 1024 characters. String validation regex:
.*
. - name str
- Registry key. String length must not exceed 1023 characters.
- negate bool
- Key does not exist or match specified value data. Default:
false
. - registry_
values Sequence[GetHip Object List Data Custom Checks Criteria Registry Key Registry Value] - The RegistryValues param.
- default
Value StringData - Registry key default value data. String length must not exceed 1024 characters. String validation regex:
.*
. - name String
- Registry key. String length must not exceed 1023 characters.
- negate Boolean
- Key does not exist or match specified value data. Default:
false
. - registry
Values List<Property Map> - The RegistryValues param.
GetHipObjectListDataCustomChecksCriteriaRegistryKeyRegistryValue
- name str
- Registry value name. String length must not exceed 1023 characters.
- negate bool
- Value does not exist or match specified value data. Default:
false
. - value_
data str - Registry value data. String length must not exceed 1024 characters. String validation regex:
.*
.
GetHipObjectListDataDataLossPrevention
- Criteria
Get
Hip Object List Data Data Loss Prevention Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
List<Get
Hip Object List Data Data Loss Prevention Vendor> - Vendor name.
- Criteria
Get
Hip Object List Data Data Loss Prevention Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
[]Get
Hip Object List Data Data Loss Prevention Vendor - Vendor name.
- criteria
Get
Hip Object List Data Data Loss Prevention Criteria - The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors
List<Get
Hip Object List Data Data Loss Prevention Vendor> - Vendor name.
- criteria
Get
Hip Object List Data Data Loss Prevention Criteria - The Criteria param.
- exclude
Vendor boolean - The ExcludeVendor param. Default:
false
. - vendors
Get
Hip Object List Data Data Loss Prevention Vendor[] - Vendor name.
- criteria
Get
Hip Object List Data Data Loss Prevention Criteria - The Criteria param.
- exclude_
vendor bool - The ExcludeVendor param. Default:
false
. - vendors
Sequence[Get
Hip Object List Data Data Loss Prevention Vendor] - Vendor name.
- criteria Property Map
- The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors List<Property Map>
- Vendor name.
GetHipObjectListDataDataLossPreventionCriteria
- Is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - Is
Installed bool - Is Installed. Default:
true
.
- Is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - Is
Installed bool - Is Installed. Default:
true
.
- is
Enabled String - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed Boolean - Is Installed. Default:
true
.
- is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed 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
.
- is
Enabled String - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed Boolean - Is Installed. Default:
true
.
GetHipObjectListDataDataLossPreventionVendor
GetHipObjectListDataDiskBackup
- Criteria
Get
Hip Object List Data Disk Backup Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
List<Get
Hip Object List Data Disk Backup Vendor> - Vendor name.
- Criteria
Get
Hip Object List Data Disk Backup Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
[]Get
Hip Object List Data Disk Backup Vendor - Vendor name.
- criteria
Get
Hip Object List Data Disk Backup Criteria - The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors
List<Get
Hip Object List Data Disk Backup Vendor> - Vendor name.
- criteria
Get
Hip Object List Data Disk Backup Criteria - The Criteria param.
- exclude
Vendor boolean - The ExcludeVendor param. Default:
false
. - vendors
Get
Hip Object List Data Disk Backup Vendor[] - Vendor name.
- criteria
Get
Hip Object List Data Disk Backup Criteria - The Criteria param.
- exclude_
vendor bool - The ExcludeVendor param. Default:
false
. - vendors
Sequence[Get
Hip Object List Data Disk Backup Vendor] - Vendor name.
- criteria Property Map
- The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors List<Property Map>
- Vendor name.
GetHipObjectListDataDiskBackupCriteria
- Is
Installed bool - Is Installed. Default:
true
. - Last
Backup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time - The LastBackupTime param.
- Is
Installed bool - Is Installed. Default:
true
. - Last
Backup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time - The LastBackupTime param.
- is
Installed Boolean - Is Installed. Default:
true
. - last
Backup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time - The LastBackupTime param.
- is
Installed boolean - Is Installed. Default:
true
. - last
Backup GetTime Hip Object List Data Disk Backup Criteria Last Backup Time - The LastBackupTime param.
- is_
installed bool - Is Installed. Default:
true
. - last_
backup_ Gettime Hip Object List Data Disk Backup Criteria Last Backup Time - The LastBackupTime param.
- is
Installed Boolean - Is Installed. Default:
true
. - last
Backup Property MapTime - The LastBackupTime param.
GetHipObjectListDataDiskBackupCriteriaLastBackupTime
- Not
Available bool - The NotAvailable param.
- Not
Within GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Disk Backup Criteria Last Backup Time Within - The Within param.
- Not
Available bool - The NotAvailable param.
- Not
Within GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Disk Backup Criteria Last Backup Time Within - The Within param.
- not
Available Boolean - The NotAvailable param.
- not
Within GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Disk Backup Criteria Last Backup Time Within - The Within param.
- not
Available boolean - The NotAvailable param.
- not
Within GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Disk Backup Criteria Last Backup Time Within - The Within param.
- not_
available bool - The NotAvailable param.
- not_
within GetHip Object List Data Disk Backup Criteria Last Backup Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Disk Backup Criteria Last Backup Time Within - The Within param.
- not
Available Boolean - The NotAvailable param.
- not
Within Property Map - The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataDiskBackupCriteriaLastBackupTimeNotWithin
GetHipObjectListDataDiskBackupCriteriaLastBackupTimeWithin
GetHipObjectListDataDiskBackupVendor
GetHipObjectListDataDiskEncryption
- Criteria
Get
Hip Object List Data Disk Encryption Criteria - Encryption locations.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
List<Get
Hip Object List Data Disk Encryption Vendor> - Vendor name.
- Criteria
Get
Hip Object List Data Disk Encryption Criteria - Encryption locations.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
[]Get
Hip Object List Data Disk Encryption Vendor - Vendor name.
- criteria
Get
Hip Object List Data Disk Encryption Criteria - Encryption locations.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors
List<Get
Hip Object List Data Disk Encryption Vendor> - Vendor name.
- criteria
Get
Hip Object List Data Disk Encryption Criteria - Encryption locations.
- exclude
Vendor boolean - The ExcludeVendor param. Default:
false
. - vendors
Get
Hip Object List Data Disk Encryption Vendor[] - Vendor name.
- criteria
Get
Hip Object List Data Disk Encryption Criteria - Encryption locations.
- exclude_
vendor bool - The ExcludeVendor param. Default:
false
. - vendors
Sequence[Get
Hip Object List Data Disk Encryption Vendor] - Vendor name.
- criteria Property Map
- Encryption locations.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors List<Property Map>
- Vendor name.
GetHipObjectListDataDiskEncryptionCriteria
- Encrypted
Locations List<GetHip Object List Data Disk Encryption Criteria Encrypted Location> - The EncryptedLocations param.
- Is
Installed bool - Is Installed. Default:
true
.
- Encrypted
Locations []GetHip Object List Data Disk Encryption Criteria Encrypted Location - The EncryptedLocations param.
- Is
Installed bool - Is Installed. Default:
true
.
- encrypted
Locations List<GetHip Object List Data Disk Encryption Criteria Encrypted Location> - The EncryptedLocations param.
- is
Installed Boolean - Is Installed. Default:
true
.
- encrypted
Locations GetHip Object List Data Disk Encryption Criteria Encrypted Location[] - The EncryptedLocations param.
- is
Installed boolean - Is Installed. Default:
true
.
- encrypted_
locations Sequence[GetHip Object List Data Disk Encryption Criteria Encrypted Location] - The EncryptedLocations param.
- is_
installed bool - Is Installed. Default:
true
.
- encrypted
Locations List<Property Map> - The EncryptedLocations param.
- is
Installed Boolean - Is Installed. Default:
true
.
GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocation
- Encryption
State GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State - The EncryptionState param.
- Name string
- The Name param.
- Encryption
State GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State - The EncryptionState param.
- Name string
- The Name param.
- encryption
State GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State - The EncryptionState param.
- name String
- The Name param.
- encryption
State GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State - The EncryptionState param.
- name string
- The Name param.
- encryption_
state GetHip Object List Data Disk Encryption Criteria Encrypted Location Encryption State - The EncryptionState param.
- name str
- The Name param.
- encryption
State Property Map - The EncryptionState param.
- name String
- The Name param.
GetHipObjectListDataDiskEncryptionCriteriaEncryptedLocationEncryptionState
GetHipObjectListDataDiskEncryptionVendor
GetHipObjectListDataFirewall
- Criteria
Get
Hip Object List Data Firewall Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
List<Get
Hip Object List Data Firewall Vendor> - Vendor name.
- Criteria
Get
Hip Object List Data Firewall Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
[]Get
Hip Object List Data Firewall Vendor - Vendor name.
- criteria
Get
Hip Object List Data Firewall Criteria - The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors
List<Get
Hip Object List Data Firewall Vendor> - Vendor name.
- criteria
Get
Hip Object List Data Firewall Criteria - The Criteria param.
- exclude
Vendor boolean - The ExcludeVendor param. Default:
false
. - vendors
Get
Hip Object List Data Firewall Vendor[] - Vendor name.
- criteria
Get
Hip Object List Data Firewall Criteria - The Criteria param.
- exclude_
vendor bool - The ExcludeVendor param. Default:
false
. - vendors
Sequence[Get
Hip Object List Data Firewall Vendor] - Vendor name.
- criteria Property Map
- The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors List<Property Map>
- Vendor name.
GetHipObjectListDataFirewallCriteria
- Is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - Is
Installed bool - Is Installed. Default:
true
.
- Is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - Is
Installed bool - Is Installed. Default:
true
.
- is
Enabled String - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed Boolean - Is Installed. Default:
true
.
- is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed 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
.
- is
Enabled String - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed Boolean - Is Installed. Default:
true
.
GetHipObjectListDataFirewallVendor
GetHipObjectListDataHostInfo
- Criteria
Get
Hip Object List Data Host Info Criteria - The Criteria param.
- Criteria
Get
Hip Object List Data Host Info Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Host Info Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Host Info Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Host Info Criteria - The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataHostInfoCriteria
- Client
Version GetHip Object List Data Host Info Criteria Client Version - The ClientVersion param.
- Domain
Get
Hip Object List Data Host Info Criteria Domain - The Domain param.
- Host
Id GetHip Object List Data Host Info Criteria Host Id - The HostId param.
- Host
Name GetHip Object List Data Host Info Criteria Host Name - The HostName param.
- Managed bool
- If device is managed.
- Os
Get
Hip Object List Data Host Info Criteria Os - The Os param.
- Serial
Number GetHip Object List Data Host Info Criteria Serial Number - The SerialNumber param.
- Client
Version GetHip Object List Data Host Info Criteria Client Version - The ClientVersion param.
- Domain
Get
Hip Object List Data Host Info Criteria Domain - The Domain param.
- Host
Id GetHip Object List Data Host Info Criteria Host Id - The HostId param.
- Host
Name GetHip Object List Data Host Info Criteria Host Name - The HostName param.
- Managed bool
- If device is managed.
- Os
Get
Hip Object List Data Host Info Criteria Os - The Os param.
- Serial
Number GetHip Object List Data Host Info Criteria Serial Number - The SerialNumber param.
- client
Version GetHip Object List Data Host Info Criteria Client Version - The ClientVersion param.
- domain
Get
Hip Object List Data Host Info Criteria Domain - The Domain param.
- host
Id GetHip Object List Data Host Info Criteria Host Id - The HostId param.
- host
Name GetHip Object List Data Host Info Criteria Host Name - The HostName param.
- managed Boolean
- If device is managed.
- os
Get
Hip Object List Data Host Info Criteria Os - The Os param.
- serial
Number GetHip Object List Data Host Info Criteria Serial Number - The SerialNumber param.
- client
Version GetHip Object List Data Host Info Criteria Client Version - The ClientVersion param.
- domain
Get
Hip Object List Data Host Info Criteria Domain - The Domain param.
- host
Id GetHip Object List Data Host Info Criteria Host Id - The HostId param.
- host
Name GetHip Object List Data Host Info Criteria Host Name - The HostName param.
- managed boolean
- If device is managed.
- os
Get
Hip Object List Data Host Info Criteria Os - The Os param.
- serial
Number GetHip Object List Data Host Info Criteria Serial Number - The SerialNumber param.
- client_
version GetHip Object List Data Host Info Criteria Client Version - The ClientVersion param.
- domain
Get
Hip Object List Data Host Info Criteria Domain - The Domain param.
- host_
id GetHip Object List Data Host Info Criteria Host Id - The HostId param.
- host_
name GetHip Object List Data Host Info Criteria Host Name - The HostName param.
- managed bool
- If device is managed.
- os
Get
Hip Object List Data Host Info Criteria Os - The Os param.
- serial_
number GetHip Object List Data Host Info Criteria Serial Number - The SerialNumber param.
- client
Version Property Map - The ClientVersion param.
- domain Property Map
- The Domain param.
- host
Id Property Map - The HostId param.
- host
Name Property Map - The HostName param.
- managed Boolean
- If device is managed.
- os Property Map
- The Os param.
- serial
Number Property Map - The SerialNumber param.
GetHipObjectListDataHostInfoCriteriaClientVersion
GetHipObjectListDataHostInfoCriteriaDomain
GetHipObjectListDataHostInfoCriteriaHostId
GetHipObjectListDataHostInfoCriteriaHostName
GetHipObjectListDataHostInfoCriteriaOs
- Contains
Get
Hip Object List Data Host Info Criteria Os Contains - The Contains param.
- Contains
Get
Hip Object List Data Host Info Criteria Os Contains - The Contains param.
- contains
Get
Hip Object List Data Host Info Criteria Os Contains - The Contains param.
- contains
Get
Hip Object List Data Host Info Criteria Os Contains - The Contains param.
- contains
Get
Hip Object List Data Host Info Criteria Os Contains - The Contains param.
- contains Property Map
- The Contains param.
GetHipObjectListDataHostInfoCriteriaOsContains
- Apple string
- Apple vendor. String length must not exceed 255 characters.
- Google string
- Google vendor. String length must not exceed 255 characters.
- Linux string
- Linux vendor. String length must not exceed 255 characters.
- Microsoft string
- Microsoft vendor. String length must not exceed 255 characters.
- Other string
- Other vendor. String length must not exceed 255 characters.
- Apple string
- Apple vendor. String length must not exceed 255 characters.
- Google string
- Google vendor. String length must not exceed 255 characters.
- Linux string
- Linux vendor. String length must not exceed 255 characters.
- Microsoft string
- Microsoft vendor. String length must not exceed 255 characters.
- Other string
- Other vendor. String length must not exceed 255 characters.
- apple String
- Apple vendor. String length must not exceed 255 characters.
- google String
- Google vendor. String length must not exceed 255 characters.
- linux String
- Linux vendor. String length must not exceed 255 characters.
- microsoft String
- Microsoft vendor. String length must not exceed 255 characters.
- other String
- Other vendor. String length must not exceed 255 characters.
- apple string
- Apple vendor. String length must not exceed 255 characters.
- google string
- Google vendor. String length must not exceed 255 characters.
- linux string
- Linux vendor. String length must not exceed 255 characters.
- microsoft string
- Microsoft vendor. String length must not exceed 255 characters.
- other string
- Other vendor. String length must not exceed 255 characters.
- apple str
- Apple vendor. String length must not exceed 255 characters.
- google str
- Google vendor. String length must not exceed 255 characters.
- linux str
- Linux vendor. String length must not exceed 255 characters.
- microsoft str
- Microsoft vendor. String length must not exceed 255 characters.
- other str
- Other vendor. String length must not exceed 255 characters.
- apple String
- Apple vendor. String length must not exceed 255 characters.
- google String
- Google vendor. String length must not exceed 255 characters.
- linux String
- Linux vendor. String length must not exceed 255 characters.
- microsoft String
- Microsoft vendor. String length must not exceed 255 characters.
- other String
- Other vendor. String length must not exceed 255 characters.
GetHipObjectListDataHostInfoCriteriaSerialNumber
GetHipObjectListDataMobileDevice
- Criteria
Get
Hip Object List Data Mobile Device Criteria - The Criteria param.
- Criteria
Get
Hip Object List Data Mobile Device Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Mobile Device Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Mobile Device Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Mobile Device Criteria - The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataMobileDeviceCriteria
- Applications
Get
Hip Object List Data Mobile Device Criteria Applications - The Applications param.
- Disk
Encrypted bool - If device's disk is encrypted.
- Imei
Get
Hip Object List Data Mobile Device Criteria Imei - The Imei param.
- Jailbroken bool
- If device is by rooted/jailbroken.
- Last
Checkin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time - The LastCheckinTime param.
- Model
Get
Hip Object List Data Mobile Device Criteria Model - The Model param.
- Passcode
Set bool - If device's passcode is present.
- Phone
Number GetHip Object List Data Mobile Device Criteria Phone Number - The PhoneNumber param.
- Tag
Get
Hip Object List Data Mobile Device Criteria Tag - The Tag param.
- Applications
Get
Hip Object List Data Mobile Device Criteria Applications - The Applications param.
- Disk
Encrypted bool - If device's disk is encrypted.
- Imei
Get
Hip Object List Data Mobile Device Criteria Imei - The Imei param.
- Jailbroken bool
- If device is by rooted/jailbroken.
- Last
Checkin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time - The LastCheckinTime param.
- Model
Get
Hip Object List Data Mobile Device Criteria Model - The Model param.
- Passcode
Set bool - If device's passcode is present.
- Phone
Number GetHip Object List Data Mobile Device Criteria Phone Number - The PhoneNumber param.
- Tag
Get
Hip Object List Data Mobile Device Criteria Tag - The Tag param.
- applications
Get
Hip Object List Data Mobile Device Criteria Applications - The Applications param.
- disk
Encrypted Boolean - If device's disk is encrypted.
- imei
Get
Hip Object List Data Mobile Device Criteria Imei - The Imei param.
- jailbroken Boolean
- If device is by rooted/jailbroken.
- last
Checkin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time - The LastCheckinTime param.
- model
Get
Hip Object List Data Mobile Device Criteria Model - The Model param.
- passcode
Set Boolean - If device's passcode is present.
- phone
Number GetHip Object List Data Mobile Device Criteria Phone Number - The PhoneNumber param.
- tag
Get
Hip Object List Data Mobile Device Criteria Tag - The Tag param.
- applications
Get
Hip Object List Data Mobile Device Criteria Applications - The Applications param.
- disk
Encrypted boolean - If device's disk is encrypted.
- imei
Get
Hip Object List Data Mobile Device Criteria Imei - The Imei param.
- jailbroken boolean
- If device is by rooted/jailbroken.
- last
Checkin GetTime Hip Object List Data Mobile Device Criteria Last Checkin Time - The LastCheckinTime param.
- model
Get
Hip Object List Data Mobile Device Criteria Model - The Model param.
- passcode
Set boolean - If device's passcode is present.
- phone
Number GetHip Object List Data Mobile Device Criteria Phone Number - The PhoneNumber param.
- tag
Get
Hip Object List Data Mobile Device Criteria Tag - The Tag param.
- applications
Get
Hip Object List Data Mobile Device Criteria Applications - The Applications param.
- disk_
encrypted bool - If device's disk is encrypted.
- imei
Get
Hip Object List Data Mobile Device Criteria Imei - The Imei param.
- jailbroken bool
- If device is by rooted/jailbroken.
- last_
checkin_ Gettime Hip Object List Data Mobile Device Criteria Last Checkin Time - The LastCheckinTime param.
- model
Get
Hip Object List Data Mobile Device Criteria Model - The Model param.
- passcode_
set bool - If device's passcode is present.
- phone_
number GetHip Object List Data Mobile Device Criteria Phone Number - The PhoneNumber param.
- tag
Get
Hip Object List Data Mobile Device Criteria Tag - The Tag param.
- applications Property Map
- The Applications param.
- disk
Encrypted Boolean - If device's disk is encrypted.
- imei Property Map
- The Imei param.
- jailbroken Boolean
- If device is by rooted/jailbroken.
- last
Checkin Property MapTime - The LastCheckinTime param.
- model Property Map
- The Model param.
- passcode
Set Boolean - If device's passcode is present.
- phone
Number Property Map - The PhoneNumber param.
- tag Property Map
- The Tag param.
GetHipObjectListDataMobileDeviceCriteriaApplications
- Has
Malware GetHip Object List Data Mobile Device Criteria Applications Has Malware - The HasMalware param.
- Has
Unmanaged boolApp - Has apps that are not managed.
- Includes
List<Get
Hip Object List Data Mobile Device Criteria Applications Include> - The Includes param.
- Has
Malware GetHip Object List Data Mobile Device Criteria Applications Has Malware - The HasMalware param.
- Has
Unmanaged boolApp - Has apps that are not managed.
- Includes
[]Get
Hip Object List Data Mobile Device Criteria Applications Include - The Includes param.
- has
Malware GetHip Object List Data Mobile Device Criteria Applications Has Malware - The HasMalware param.
- has
Unmanaged BooleanApp - Has apps that are not managed.
- includes
List<Get
Hip Object List Data Mobile Device Criteria Applications Include> - The Includes param.
- has
Malware GetHip Object List Data Mobile Device Criteria Applications Has Malware - The HasMalware param.
- has
Unmanaged booleanApp - Has apps that are not managed.
- includes
Get
Hip Object List Data Mobile Device Criteria Applications Include[] - The Includes param.
- has_
malware GetHip Object List Data Mobile Device Criteria Applications Has Malware - The HasMalware param.
- has_
unmanaged_ boolapp - Has apps that are not managed.
- includes
Sequence[Get
Hip Object List Data Mobile Device Criteria Applications Include] - The Includes param.
- has
Malware Property Map - The HasMalware param.
- has
Unmanaged BooleanApp - Has apps that are not managed.
- includes List<Property Map>
- The Includes param.
GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalware
- No bool
- The No param.
- Yes
Get
Hip Object List Data Mobile Device Criteria Applications Has Malware Yes - The Yes param.
- No bool
- The No param.
- Yes
Get
Hip Object List Data Mobile Device Criteria Applications Has Malware Yes - The Yes param.
- no Boolean
- The No param.
- yes
Get
Hip Object List Data Mobile Device Criteria Applications Has Malware Yes - The Yes param.
- no boolean
- The No param.
- yes
Get
Hip Object List Data Mobile Device Criteria Applications Has Malware Yes - The Yes param.
- no bool
- The No param.
- yes
Get
Hip Object List Data Mobile Device Criteria Applications Has Malware Yes - The Yes param.
- no Boolean
- The No param.
- yes Property Map
- The Yes param.
GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalwareYes
- excludes List<Property Map>
- The Excludes param.
GetHipObjectListDataMobileDeviceCriteriaApplicationsHasMalwareYesExclude
GetHipObjectListDataMobileDeviceCriteriaApplicationsInclude
GetHipObjectListDataMobileDeviceCriteriaImei
GetHipObjectListDataMobileDeviceCriteriaLastCheckinTime
- Not
Within GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Mobile Device Criteria Last Checkin Time Within - The Within param.
- Not
Within GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within - The NotWithin param.
- Within
Get
Hip Object List Data Mobile Device Criteria Last Checkin Time Within - The Within param.
- not
Within GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Mobile Device Criteria Last Checkin Time Within - The Within param.
- not
Within GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Mobile Device Criteria Last Checkin Time Within - The Within param.
- not_
within GetHip Object List Data Mobile Device Criteria Last Checkin Time Not Within - The NotWithin param.
- within
Get
Hip Object List Data Mobile Device Criteria Last Checkin Time Within - The Within param.
- not
Within Property Map - The NotWithin param.
- within Property Map
- The Within param.
GetHipObjectListDataMobileDeviceCriteriaLastCheckinTimeNotWithin
- Days int
- specify time in days. Value must be between 1 and 365. Default:
30
.
- Days int
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days Integer
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days number
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days int
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days Number
- specify time in days. Value must be between 1 and 365. Default:
30
.
GetHipObjectListDataMobileDeviceCriteriaLastCheckinTimeWithin
- Days int
- specify time in days. Value must be between 1 and 365. Default:
30
.
- Days int
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days Integer
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days number
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days int
- specify time in days. Value must be between 1 and 365. Default:
30
.
- days Number
- specify time in days. Value must be between 1 and 365. Default:
30
.
GetHipObjectListDataMobileDeviceCriteriaModel
GetHipObjectListDataMobileDeviceCriteriaPhoneNumber
GetHipObjectListDataMobileDeviceCriteriaTag
GetHipObjectListDataNetworkInfo
- Criteria
Get
Hip Object List Data Network Info Criteria - The Criteria param.
- Criteria
Get
Hip Object List Data Network Info Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Network Info Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Network Info Criteria - The Criteria param.
- criteria
Get
Hip Object List Data Network Info Criteria - The Criteria param.
- criteria Property Map
- The Criteria param.
GetHipObjectListDataNetworkInfoCriteria
- Network
Get
Hip Object List Data Network Info Criteria Network - The Network param.
- Network
Get
Hip Object List Data Network Info Criteria Network - The Network param.
- network
Get
Hip Object List Data Network Info Criteria Network - The Network param.
- network
Get
Hip Object List Data Network Info Criteria Network - The Network param.
- network
Get
Hip Object List Data Network Info Criteria Network - The Network param.
- network Property Map
- The Network param.
GetHipObjectListDataNetworkInfoCriteriaNetwork
- Is
Get
Hip Object List Data Network Info Criteria Network Is - The Is param.
- Is
Not GetHip Object List Data Network Info Criteria Network Is Not - The IsNot param.
- Is
Get
Hip Object List Data Network Info Criteria Network Is - The Is param.
- Is
Not GetHip Object List Data Network Info Criteria Network Is Not - The IsNot param.
- is
Get
Hip Object List Data Network Info Criteria Network Is - The Is param.
- is
Not GetHip Object List Data Network Info Criteria Network Is Not - The IsNot param.
- is
Get
Hip Object List Data Network Info Criteria Network Is - The Is param.
- is
Not GetHip Object List Data Network Info Criteria Network Is Not - The IsNot param.
- is_
Get
Hip Object List Data Network Info Criteria Network Is - The Is param.
- is_
not GetHip Object List Data Network Info Criteria Network Is Not - The IsNot param.
- is Property Map
- The Is param.
- is
Not Property Map - The IsNot param.
GetHipObjectListDataNetworkInfoCriteriaNetworkIs
- Mobile
Get
Hip Object List Data Network Info Criteria Network Is Mobile - The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
Get
Hip Object List Data Network Info Criteria Network Is Wifi - The Wifi param.
- Mobile
Get
Hip Object List Data Network Info Criteria Network Is Mobile - The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
Get
Hip Object List Data Network Info Criteria Network Is Wifi - The Wifi param.
- mobile
Get
Hip Object List Data Network Info Criteria Network Is Mobile - The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi
Get
Hip Object List Data Network Info Criteria Network Is Wifi - The Wifi param.
- mobile
Get
Hip Object List Data Network Info Criteria Network Is Mobile - The Mobile param.
- unknown boolean
- The Unknown param.
- wifi
Get
Hip Object List Data Network Info Criteria Network Is Wifi - The Wifi param.
- mobile
Get
Hip Object List Data Network Info Criteria Network Is Mobile - The Mobile param.
- unknown bool
- The Unknown param.
- wifi
Get
Hip Object List Data Network Info Criteria Network Is Wifi - The Wifi param.
- mobile Property Map
- The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi Property Map
- The Wifi param.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsMobile
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier str
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsNot
- Ethernet bool
- The Ethernet param.
- Mobile
Get
Hip Object List Data Network Info Criteria Network Is Not Mobile - The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
Get
Hip Object List Data Network Info Criteria Network Is Not Wifi - The Wifi param.
- Ethernet bool
- The Ethernet param.
- Mobile
Get
Hip Object List Data Network Info Criteria Network Is Not Mobile - The Mobile param.
- Unknown bool
- The Unknown param.
- Wifi
Get
Hip Object List Data Network Info Criteria Network Is Not Wifi - The Wifi param.
- ethernet Boolean
- The Ethernet param.
- mobile
Get
Hip Object List Data Network Info Criteria Network Is Not Mobile - The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi
Get
Hip Object List Data Network Info Criteria Network Is Not Wifi - The Wifi param.
- ethernet boolean
- The Ethernet param.
- mobile
Get
Hip Object List Data Network Info Criteria Network Is Not Mobile - The Mobile param.
- unknown boolean
- The Unknown param.
- wifi
Get
Hip Object List Data Network Info Criteria Network Is Not Wifi - The Wifi param.
- ethernet bool
- The Ethernet param.
- mobile
Get
Hip Object List Data Network Info Criteria Network Is Not Mobile - The Mobile param.
- unknown bool
- The Unknown param.
- wifi
Get
Hip Object List Data Network Info Criteria Network Is Not Wifi - The Wifi param.
- ethernet Boolean
- The Ethernet param.
- mobile Property Map
- The Mobile param.
- unknown Boolean
- The Unknown param.
- wifi Property Map
- The Wifi param.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsNotMobile
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- Carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier string
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier str
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
- carrier String
- The Carrier param. String length must not exceed 1023 characters. String validation regex:
.*
.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsNotWifi
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid string
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid str
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
GetHipObjectListDataNetworkInfoCriteriaNetworkIsWifi
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- Ssid string
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid string
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid str
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
- ssid String
- SSID. String length must not exceed 1023 characters. String validation regex:
.*
.
GetHipObjectListDataPatchManagement
- Criteria
Get
Hip Object List Data Patch Management Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
List<Get
Hip Object List Data Patch Management Vendor> - Vendor name.
- Criteria
Get
Hip Object List Data Patch Management Criteria - The Criteria param.
- Exclude
Vendor bool - The ExcludeVendor param. Default:
false
. - Vendors
[]Get
Hip Object List Data Patch Management Vendor - Vendor name.
- criteria
Get
Hip Object List Data Patch Management Criteria - The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors
List<Get
Hip Object List Data Patch Management Vendor> - Vendor name.
- criteria
Get
Hip Object List Data Patch Management Criteria - The Criteria param.
- exclude
Vendor boolean - The ExcludeVendor param. Default:
false
. - vendors
Get
Hip Object List Data Patch Management Vendor[] - Vendor name.
- criteria
Get
Hip Object List Data Patch Management Criteria - The Criteria param.
- exclude_
vendor bool - The ExcludeVendor param. Default:
false
. - vendors
Sequence[Get
Hip Object List Data Patch Management Vendor] - Vendor name.
- criteria Property Map
- The Criteria param.
- exclude
Vendor Boolean - The ExcludeVendor param. Default:
false
. - vendors List<Property Map>
- Vendor name.
GetHipObjectListDataPatchManagementCriteria
- Is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - Is
Installed bool - Is Installed. Default:
true
. - Missing
Patches GetHip Object List Data Patch Management Criteria Missing Patches - The MissingPatches param.
- Is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - Is
Installed bool - Is Installed. Default:
true
. - Missing
Patches GetHip Object List Data Patch Management Criteria Missing Patches - The MissingPatches param.
- is
Enabled String - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed Boolean - Is Installed. Default:
true
. - missing
Patches GetHip Object List Data Patch Management Criteria Missing Patches - The MissingPatches param.
- is
Enabled string - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed boolean - Is Installed. Default:
true
. - missing
Patches GetHip Object List Data Patch Management Criteria Missing Patches - The MissingPatches param.
- is_
enabled str - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is_
installed bool - Is Installed. Default:
true
. - missing_
patches GetHip Object List Data Patch Management Criteria Missing Patches - The MissingPatches param.
- is
Enabled String - is enabled. String must be one of these:
"no"
,"yes"
,"not-available"
. - is
Installed Boolean - Is Installed. Default:
true
. - missing
Patches Property Map - The MissingPatches param.
GetHipObjectListDataPatchManagementCriteriaMissingPatches
- Check string
- The Check param. String must be one of these:
"has-any"
,"has-none"
,"has-all"
. Default:"has-any"
. - Patches List<string>
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex:
.*
. - Severity
Get
Hip Object List Data Patch Management Criteria Missing Patches Severity - The Severity param.
- Check string
- The Check param. String must be one of these:
"has-any"
,"has-none"
,"has-all"
. Default:"has-any"
. - Patches []string
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex:
.*
. - Severity
Get
Hip Object List Data Patch Management Criteria Missing Patches Severity - The Severity param.
- check String
- The Check param. String must be one of these:
"has-any"
,"has-none"
,"has-all"
. Default:"has-any"
. - patches List<String>
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex:
.*
. - severity
Get
Hip Object List Data Patch Management Criteria Missing Patches Severity - The Severity param.
- check string
- The Check param. String must be one of these:
"has-any"
,"has-none"
,"has-all"
. Default:"has-any"
. - patches string[]
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex:
.*
. - severity
Get
Hip Object List Data Patch Management Criteria Missing Patches Severity - The Severity param.
- check str
- The Check param. String must be one of these:
"has-any"
,"has-none"
,"has-all"
. Default:"has-any"
. - patches Sequence[str]
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex:
.*
. - severity
Get
Hip Object List Data Patch Management Criteria Missing Patches Severity - The Severity param.
- check String
- The Check param. String must be one of these:
"has-any"
,"has-none"
,"has-all"
. Default:"has-any"
. - patches List<String>
- The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex:
.*
. - severity Property Map
- The Severity param.
GetHipObjectListDataPatchManagementCriteriaMissingPatchesSeverity
- 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.
- 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.
- greater
Equal Integer - The GreaterEqual param. Value must be between 0 and 100000.
- greater
Than Integer - The GreaterThan param. Value must be between 0 and 100000.
- is Integer
- The Is param. Value must be between 0 and 100000.
- is
Not Integer - The IsNot param. Value must be between 0 and 100000.
- less
Equal Integer - The LessEqual param. Value must be between 0 and 100000.
- less
Than Integer - The LessThan param. Value must be between 0 and 100000.
- greater
Equal number - The GreaterEqual param. Value must be between 0 and 100000.
- greater
Than number - The GreaterThan param. Value must be between 0 and 100000.
- is number
- The Is param. Value must be between 0 and 100000.
- is
Not number - The IsNot param. Value must be between 0 and 100000.
- less
Equal number - The LessEqual param. Value must be between 0 and 100000.
- less
Than 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.
- greater
Equal Number - The GreaterEqual param. Value must be between 0 and 100000.
- greater
Than Number - The GreaterThan param. Value must be between 0 and 100000.
- is Number
- The Is param. Value must be between 0 and 100000.
- is
Not Number - The IsNot param. Value must be between 0 and 100000.
- less
Equal Number - The LessEqual param. Value must be between 0 and 100000.
- less
Than Number - The LessThan param. Value must be between 0 and 100000.
GetHipObjectListDataPatchManagementVendor
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scm
Terraform Provider.