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