Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.VulnerabilityScanning.getHostScanRecipe
Explore with Pulumi AI
This data source provides details about a specific Host Scan Recipe resource in Oracle Cloud Infrastructure Vulnerability Scanning service.
Retrieves a HostScanRecipe identified by the recipe ID. A recipe determines the types of security issues that you want scanned, and how often to scan.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testHostScanRecipe = oci.VulnerabilityScanning.getHostScanRecipe({
hostScanRecipeId: testHostScanRecipeOciVulnerabilityScanningHostScanRecipe.id,
});
import pulumi
import pulumi_oci as oci
test_host_scan_recipe = oci.VulnerabilityScanning.get_host_scan_recipe(host_scan_recipe_id=test_host_scan_recipe_oci_vulnerability_scanning_host_scan_recipe["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/vulnerabilityscanning"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vulnerabilityscanning.GetHostScanRecipe(ctx, &vulnerabilityscanning.GetHostScanRecipeArgs{
HostScanRecipeId: testHostScanRecipeOciVulnerabilityScanningHostScanRecipe.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testHostScanRecipe = Oci.VulnerabilityScanning.GetHostScanRecipe.Invoke(new()
{
HostScanRecipeId = testHostScanRecipeOciVulnerabilityScanningHostScanRecipe.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.VulnerabilityScanning.VulnerabilityScanningFunctions;
import com.pulumi.oci.VulnerabilityScanning.inputs.GetHostScanRecipeArgs;
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 testHostScanRecipe = VulnerabilityScanningFunctions.getHostScanRecipe(GetHostScanRecipeArgs.builder()
.hostScanRecipeId(testHostScanRecipeOciVulnerabilityScanningHostScanRecipe.id())
.build());
}
}
variables:
testHostScanRecipe:
fn::invoke:
function: oci:VulnerabilityScanning:getHostScanRecipe
arguments:
hostScanRecipeId: ${testHostScanRecipeOciVulnerabilityScanningHostScanRecipe.id}
Using getHostScanRecipe
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 getHostScanRecipe(args: GetHostScanRecipeArgs, opts?: InvokeOptions): Promise<GetHostScanRecipeResult>
function getHostScanRecipeOutput(args: GetHostScanRecipeOutputArgs, opts?: InvokeOptions): Output<GetHostScanRecipeResult>
def get_host_scan_recipe(host_scan_recipe_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHostScanRecipeResult
def get_host_scan_recipe_output(host_scan_recipe_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHostScanRecipeResult]
func GetHostScanRecipe(ctx *Context, args *GetHostScanRecipeArgs, opts ...InvokeOption) (*GetHostScanRecipeResult, error)
func GetHostScanRecipeOutput(ctx *Context, args *GetHostScanRecipeOutputArgs, opts ...InvokeOption) GetHostScanRecipeResultOutput
> Note: This function is named GetHostScanRecipe
in the Go SDK.
public static class GetHostScanRecipe
{
public static Task<GetHostScanRecipeResult> InvokeAsync(GetHostScanRecipeArgs args, InvokeOptions? opts = null)
public static Output<GetHostScanRecipeResult> Invoke(GetHostScanRecipeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHostScanRecipeResult> getHostScanRecipe(GetHostScanRecipeArgs args, InvokeOptions options)
public static Output<GetHostScanRecipeResult> getHostScanRecipe(GetHostScanRecipeArgs args, InvokeOptions options)
fn::invoke:
function: oci:VulnerabilityScanning/getHostScanRecipe:getHostScanRecipe
arguments:
# arguments dictionary
The following arguments are supported:
- Host
Scan Recipe Id This property is required. string - unique HostScanRecipe identifier
- Host
Scan Recipe Id This property is required. string - unique HostScanRecipe identifier
- host
Scan Recipe Id This property is required. String - unique HostScanRecipe identifier
- host
Scan Recipe Id This property is required. string - unique HostScanRecipe identifier
- host_
scan_ recipe_ id This property is required. str - unique HostScanRecipe identifier
- host
Scan Recipe Id This property is required. String - unique HostScanRecipe identifier
getHostScanRecipe Result
The following output properties are available:
- Agent
Settings List<GetHost Scan Recipe Agent Setting> - Agent scan settings for a host scan
- Application
Settings List<GetHost Scan Recipe Application Setting> - Agent scan settings for an application scan (as a part of a host scan)
- Compartment
Id string - Compartment ID of the scan recipe
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Recipe identifier, which can be renamed
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Host
Scan stringRecipe Id - Id string
- Unique identifier of the config that is immutable on creation
- Port
Settings List<GetHost Scan Recipe Port Setting> - Port scan settings for a host scan
- Schedules
List<Get
Host Scan Recipe Schedule> - A scanning schedule
- State string
- The current state of the config.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - Date and time the recipe was created, format as described in RFC 3339
- Time
Updated string - Date and time the recipe was last updated, format as described in RFC 3339
- Agent
Settings []GetHost Scan Recipe Agent Setting - Agent scan settings for a host scan
- Application
Settings []GetHost Scan Recipe Application Setting - Agent scan settings for an application scan (as a part of a host scan)
- Compartment
Id string - Compartment ID of the scan recipe
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - Recipe identifier, which can be renamed
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Host
Scan stringRecipe Id - Id string
- Unique identifier of the config that is immutable on creation
- Port
Settings []GetHost Scan Recipe Port Setting - Port scan settings for a host scan
- Schedules
[]Get
Host Scan Recipe Schedule - A scanning schedule
- State string
- The current state of the config.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - Date and time the recipe was created, format as described in RFC 3339
- Time
Updated string - Date and time the recipe was last updated, format as described in RFC 3339
- agent
Settings List<GetHost Scan Recipe Agent Setting> - Agent scan settings for a host scan
- application
Settings List<GetHost Scan Recipe Application Setting> - Agent scan settings for an application scan (as a part of a host scan)
- compartment
Id String - Compartment ID of the scan recipe
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Recipe identifier, which can be renamed
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host
Scan StringRecipe Id - id String
- Unique identifier of the config that is immutable on creation
- port
Settings List<GetHost Scan Recipe Port Setting> - Port scan settings for a host scan
- schedules
List<Get
Host Scan Recipe Schedule> - A scanning schedule
- state String
- The current state of the config.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - Date and time the recipe was created, format as described in RFC 3339
- time
Updated String - Date and time the recipe was last updated, format as described in RFC 3339
- agent
Settings GetHost Scan Recipe Agent Setting[] - Agent scan settings for a host scan
- application
Settings GetHost Scan Recipe Application Setting[] - Agent scan settings for an application scan (as a part of a host scan)
- compartment
Id string - Compartment ID of the scan recipe
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - Recipe identifier, which can be renamed
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host
Scan stringRecipe Id - id string
- Unique identifier of the config that is immutable on creation
- port
Settings GetHost Scan Recipe Port Setting[] - Port scan settings for a host scan
- schedules
Get
Host Scan Recipe Schedule[] - A scanning schedule
- state string
- The current state of the config.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - Date and time the recipe was created, format as described in RFC 3339
- time
Updated string - Date and time the recipe was last updated, format as described in RFC 3339
- agent_
settings Sequence[vulnerabilityscanning.Get Host Scan Recipe Agent Setting] - Agent scan settings for a host scan
- application_
settings Sequence[vulnerabilityscanning.Get Host Scan Recipe Application Setting] - Agent scan settings for an application scan (as a part of a host scan)
- compartment_
id str - Compartment ID of the scan recipe
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - Recipe identifier, which can be renamed
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host_
scan_ strrecipe_ id - id str
- Unique identifier of the config that is immutable on creation
- port_
settings Sequence[vulnerabilityscanning.Get Host Scan Recipe Port Setting] - Port scan settings for a host scan
- schedules
Sequence[vulnerabilityscanning.
Get Host Scan Recipe Schedule] - A scanning schedule
- state str
- The current state of the config.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - Date and time the recipe was created, format as described in RFC 3339
- time_
updated str - Date and time the recipe was last updated, format as described in RFC 3339
- agent
Settings List<Property Map> - Agent scan settings for a host scan
- application
Settings List<Property Map> - Agent scan settings for an application scan (as a part of a host scan)
- compartment
Id String - Compartment ID of the scan recipe
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - Recipe identifier, which can be renamed
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- host
Scan StringRecipe Id - id String
- Unique identifier of the config that is immutable on creation
- port
Settings List<Property Map> - Port scan settings for a host scan
- schedules List<Property Map>
- A scanning schedule
- state String
- The current state of the config.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - Date and time the recipe was created, format as described in RFC 3339
- time
Updated String - Date and time the recipe was last updated, format as described in RFC 3339
Supporting Types
GetHostScanRecipeAgentSetting
- Agent
Configurations This property is required. List<GetHost Scan Recipe Agent Setting Agent Configuration> - Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- Scan
Level This property is required. string - The scan level
- Agent
Configurations This property is required. []GetHost Scan Recipe Agent Setting Agent Configuration - Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- Scan
Level This property is required. string - The scan level
- agent
Configurations This property is required. List<GetHost Scan Recipe Agent Setting Agent Configuration> - Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- scan
Level This property is required. String - The scan level
- agent
Configurations This property is required. GetHost Scan Recipe Agent Setting Agent Configuration[] - Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- scan
Level This property is required. string - The scan level
- agent_
configurations This property is required. Sequence[vulnerabilityscanning.Get Host Scan Recipe Agent Setting Agent Configuration] - Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- scan_
level This property is required. str - The scan level
- agent
Configurations This property is required. List<Property Map> - Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- scan
Level This property is required. String - The scan level
GetHostScanRecipeAgentSettingAgentConfiguration
- Cis
Benchmark Settings This property is required. List<GetHost Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting> - CIS (Center for Internet Security) Benchmark scan settings for a host scan
- Endpoint
Protection Settings This property is required. List<GetHost Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting> - Endpoint Protection scan settings for a host scan
- Should
Un Install This property is required. bool - Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- Vault
Secret Id This property is required. string - Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer's Qualys susbcription license.
- Vendor
This property is required. string - Vendor to use for the host scan agent.
- Vendor
Type This property is required. string - Vendor to use for the host scan agent.
- Cis
Benchmark Settings This property is required. []GetHost Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting - CIS (Center for Internet Security) Benchmark scan settings for a host scan
- Endpoint
Protection Settings This property is required. []GetHost Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting - Endpoint Protection scan settings for a host scan
- Should
Un Install This property is required. bool - Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- Vault
Secret Id This property is required. string - Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer's Qualys susbcription license.
- Vendor
This property is required. string - Vendor to use for the host scan agent.
- Vendor
Type This property is required. string - Vendor to use for the host scan agent.
- cis
Benchmark Settings This property is required. List<GetHost Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting> - CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpoint
Protection Settings This property is required. List<GetHost Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting> - Endpoint Protection scan settings for a host scan
- should
Un Install This property is required. Boolean - Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vault
Secret Id This property is required. String - Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer's Qualys susbcription license.
- vendor
This property is required. String - Vendor to use for the host scan agent.
- vendor
Type This property is required. String - Vendor to use for the host scan agent.
- cis
Benchmark Settings This property is required. GetHost Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting[] - CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpoint
Protection Settings This property is required. GetHost Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting[] - Endpoint Protection scan settings for a host scan
- should
Un Install This property is required. boolean - Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vault
Secret Id This property is required. string - Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer's Qualys susbcription license.
- vendor
This property is required. string - Vendor to use for the host scan agent.
- vendor
Type This property is required. string - Vendor to use for the host scan agent.
- cis_
benchmark_ settings This property is required. Sequence[vulnerabilityscanning.Get Host Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting] - CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpoint_
protection_ settings This property is required. Sequence[vulnerabilityscanning.Get Host Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting] - Endpoint Protection scan settings for a host scan
- should_
un_ install This property is required. bool - Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vault_
secret_ id This property is required. str - Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer's Qualys susbcription license.
- vendor
This property is required. str - Vendor to use for the host scan agent.
- vendor_
type This property is required. str - Vendor to use for the host scan agent.
- cis
Benchmark Settings This property is required. List<Property Map> - CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpoint
Protection Settings This property is required. List<Property Map> - Endpoint Protection scan settings for a host scan
- should
Un Install This property is required. Boolean - Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vault
Secret Id This property is required. String - Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer's Qualys susbcription license.
- vendor
This property is required. String - Vendor to use for the host scan agent.
- vendor
Type This property is required. String - Vendor to use for the host scan agent.
GetHostScanRecipeAgentSettingAgentConfigurationCisBenchmarkSetting
- Scan
Level This property is required. string - The scan level
- Scan
Level This property is required. string - The scan level
- scan
Level This property is required. String - The scan level
- scan
Level This property is required. string - The scan level
- scan_
level This property is required. str - The scan level
- scan
Level This property is required. String - The scan level
GetHostScanRecipeAgentSettingAgentConfigurationEndpointProtectionSetting
- Scan
Level This property is required. string - The scan level
- Scan
Level This property is required. string - The scan level
- scan
Level This property is required. String - The scan level
- scan
Level This property is required. string - The scan level
- scan_
level This property is required. str - The scan level
- scan
Level This property is required. String - The scan level
GetHostScanRecipeApplicationSetting
- Application
Scan Recurrence This property is required. string - Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=;INTERVAL=1 - This weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=WEEKLY;WKST=;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=MONTHLY;WKST=;INTERVAL=1 - This monthly scan on the specified weekday (e.g. SU for Sunday, starting from the next such weekday based on the time of setting creation)
- Folders
To Scans This property is required. List<GetHost Scan Recipe Application Setting Folders To Scan> - List of folders selected for scanning
- Is
Enabled This property is required. bool - Enable or disable application scan
- Application
Scan Recurrence This property is required. string - Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=;INTERVAL=1 - This weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=WEEKLY;WKST=;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=MONTHLY;WKST=;INTERVAL=1 - This monthly scan on the specified weekday (e.g. SU for Sunday, starting from the next such weekday based on the time of setting creation)
- Folders
To Scans This property is required. []GetHost Scan Recipe Application Setting Folders To Scan - List of folders selected for scanning
- Is
Enabled This property is required. bool - Enable or disable application scan
- application
Scan Recurrence This property is required. String - Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=;INTERVAL=1 - This weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=WEEKLY;WKST=;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=MONTHLY;WKST=;INTERVAL=1 - This monthly scan on the specified weekday (e.g. SU for Sunday, starting from the next such weekday based on the time of setting creation)
- folders
To Scans This property is required. List<GetHost Scan Recipe Application Setting Folders To Scan> - List of folders selected for scanning
- is
Enabled This property is required. Boolean - Enable or disable application scan
- application
Scan Recurrence This property is required. string - Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=;INTERVAL=1 - This weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=WEEKLY;WKST=;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=MONTHLY;WKST=;INTERVAL=1 - This monthly scan on the specified weekday (e.g. SU for Sunday, starting from the next such weekday based on the time of setting creation)
- folders
To Scans This property is required. GetHost Scan Recipe Application Setting Folders To Scan[] - List of folders selected for scanning
- is
Enabled This property is required. boolean - Enable or disable application scan
- application_
scan_ recurrence This property is required. str - Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=;INTERVAL=1 - This weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=WEEKLY;WKST=;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=MONTHLY;WKST=;INTERVAL=1 - This monthly scan on the specified weekday (e.g. SU for Sunday, starting from the next such weekday based on the time of setting creation)
- folders_
to_ scans This property is required. Sequence[vulnerabilityscanning.Get Host Scan Recipe Application Setting Folders To Scan] - List of folders selected for scanning
- is_
enabled This property is required. bool - Enable or disable application scan
- application
Scan Recurrence This property is required. String - Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=;INTERVAL=1 - This weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=WEEKLY;WKST=;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. SU for Sunday) FREQ=MONTHLY;WKST=;INTERVAL=1 - This monthly scan on the specified weekday (e.g. SU for Sunday, starting from the next such weekday based on the time of setting creation)
- folders
To Scans This property is required. List<Property Map> - List of folders selected for scanning
- is
Enabled This property is required. Boolean - Enable or disable application scan
GetHostScanRecipeApplicationSettingFoldersToScan
- Folder
This property is required. string - Folder to be scanned in the corresponding operating system
- Operatingsystem
This property is required. string - Operating system type
- Folder
This property is required. string - Folder to be scanned in the corresponding operating system
- Operatingsystem
This property is required. string - Operating system type
- folder
This property is required. String - Folder to be scanned in the corresponding operating system
- operatingsystem
This property is required. String - Operating system type
- folder
This property is required. string - Folder to be scanned in the corresponding operating system
- operatingsystem
This property is required. string - Operating system type
- folder
This property is required. str - Folder to be scanned in the corresponding operating system
- operatingsystem
This property is required. str - Operating system type
- folder
This property is required. String - Folder to be scanned in the corresponding operating system
- operatingsystem
This property is required. String - Operating system type
GetHostScanRecipePortSetting
- Scan
Level This property is required. string - The scan level
- Scan
Level This property is required. string - The scan level
- scan
Level This property is required. String - The scan level
- scan
Level This property is required. string - The scan level
- scan_
level This property is required. str - The scan level
- scan
Level This property is required. String - The scan level
GetHostScanRecipeSchedule
- day_
of_ week This property is required. str - Day of week the scheduled scan occurs (not applicable for DAILY type)
- type
This property is required. str - How often the scan occurs
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.