Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 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 LookupHostScanRecipe(ctx *Context, args *LookupHostScanRecipeArgs, opts ...InvokeOption) (*LookupHostScanRecipeResult, error)
func LookupHostScanRecipeOutput(ctx *Context, args *LookupHostScanRecipeOutputArgs, opts ...InvokeOption) LookupHostScanRecipeResultOutput> Note: This function is named LookupHostScanRecipe 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 dictionaryThe following arguments are supported:
- HostScan stringRecipe Id 
- unique HostScanRecipe identifier
- HostScan stringRecipe Id 
- unique HostScanRecipe identifier
- hostScan StringRecipe Id 
- unique HostScanRecipe identifier
- hostScan stringRecipe Id 
- unique HostScanRecipe identifier
- host_scan_ strrecipe_ id 
- unique HostScanRecipe identifier
- hostScan StringRecipe Id 
- unique HostScanRecipe identifier
getHostScanRecipe Result
The following output properties are available:
- AgentSettings List<GetHost Scan Recipe Agent Setting> 
- Agent scan settings for a host scan
- ApplicationSettings List<GetHost Scan Recipe Application Setting> 
- Agent scan settings for an application scan (as a part of a host scan)
- CompartmentId 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"}
- DisplayName 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"}
- HostScan stringRecipe Id 
- Id string
- Unique identifier of the config that is immutable on creation
- PortSettings List<GetHost Scan Recipe Port Setting> 
- Port scan settings for a host scan
- Schedules
List<GetHost 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"}
- TimeCreated string
- Date and time the recipe was created, format as described in RFC 3339
- TimeUpdated string
- Date and time the recipe was last updated, format as described in RFC 3339
- AgentSettings []GetHost Scan Recipe Agent Setting 
- Agent scan settings for a host scan
- ApplicationSettings []GetHost Scan Recipe Application Setting 
- Agent scan settings for an application scan (as a part of a host scan)
- CompartmentId 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"}
- DisplayName 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"}
- HostScan stringRecipe Id 
- Id string
- Unique identifier of the config that is immutable on creation
- PortSettings []GetHost Scan Recipe Port Setting 
- Port scan settings for a host scan
- Schedules
[]GetHost 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"}
- TimeCreated string
- Date and time the recipe was created, format as described in RFC 3339
- TimeUpdated string
- Date and time the recipe was last updated, format as described in RFC 3339
- agentSettings List<GetHost Scan Recipe Agent Setting> 
- Agent scan settings for a host scan
- applicationSettings List<GetHost Scan Recipe Application Setting> 
- Agent scan settings for an application scan (as a part of a host scan)
- compartmentId 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"}
- displayName 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"}
- hostScan StringRecipe Id 
- id String
- Unique identifier of the config that is immutable on creation
- portSettings List<GetHost Scan Recipe Port Setting> 
- Port scan settings for a host scan
- schedules
List<GetHost 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"}
- timeCreated String
- Date and time the recipe was created, format as described in RFC 3339
- timeUpdated String
- Date and time the recipe was last updated, format as described in RFC 3339
- agentSettings GetHost Scan Recipe Agent Setting[] 
- Agent scan settings for a host scan
- applicationSettings GetHost Scan Recipe Application Setting[] 
- Agent scan settings for an application scan (as a part of a host scan)
- compartmentId 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"}
- displayName 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"}
- hostScan stringRecipe Id 
- id string
- Unique identifier of the config that is immutable on creation
- portSettings GetHost Scan Recipe Port Setting[] 
- Port scan settings for a host scan
- schedules
GetHost 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"}
- timeCreated string
- Date and time the recipe was created, format as described in RFC 3339
- timeUpdated string
- Date and time the recipe was last updated, format as described in RFC 3339
- agent_settings Sequence[GetHost Scan Recipe Agent Setting] 
- Agent scan settings for a host scan
- application_settings Sequence[GetHost 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[GetHost Scan Recipe Port Setting] 
- Port scan settings for a host scan
- schedules
Sequence[GetHost 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
- agentSettings List<Property Map>
- Agent scan settings for a host scan
- applicationSettings List<Property Map>
- Agent scan settings for an application scan (as a part of a host scan)
- compartmentId 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"}
- displayName 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"}
- hostScan StringRecipe Id 
- id String
- Unique identifier of the config that is immutable on creation
- portSettings 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"}
- timeCreated String
- Date and time the recipe was created, format as described in RFC 3339
- timeUpdated String
- Date and time the recipe was last updated, format as described in RFC 3339
Supporting Types
GetHostScanRecipeAgentSetting     
- AgentConfigurations 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.
- ScanLevel string
- The scan level
- AgentConfigurations []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.
- ScanLevel string
- The scan level
- agentConfigurations 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.
- scanLevel String
- The scan level
- agentConfigurations 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.
- scanLevel string
- The scan level
- agent_configurations Sequence[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 str
- The scan level
- agentConfigurations List<Property Map>
- Agent configuration for host scan agent settings. This model is polymorphic, presenting different configuration options based on selected agent vendor.
- scanLevel String
- The scan level
GetHostScanRecipeAgentSettingAgentConfiguration       
- CisBenchmark List<GetSettings Host Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting> 
- CIS (Center for Internet Security) Benchmark scan settings for a host scan
- EndpointProtection List<GetSettings Host Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting> 
- Endpoint Protection scan settings for a host scan
- ShouldUn boolInstall 
- Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- VaultSecret stringId 
- 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 string
- Vendor to use for the host scan agent.
- VendorType string
- Vendor to use for the host scan agent.
- CisBenchmark []GetSettings Host Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting 
- CIS (Center for Internet Security) Benchmark scan settings for a host scan
- EndpointProtection []GetSettings Host Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting 
- Endpoint Protection scan settings for a host scan
- ShouldUn boolInstall 
- Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- VaultSecret stringId 
- 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 string
- Vendor to use for the host scan agent.
- VendorType string
- Vendor to use for the host scan agent.
- cisBenchmark List<GetSettings Host Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting> 
- CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpointProtection List<GetSettings Host Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting> 
- Endpoint Protection scan settings for a host scan
- shouldUn BooleanInstall 
- Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vaultSecret StringId 
- 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 String
- Vendor to use for the host scan agent.
- vendorType String
- Vendor to use for the host scan agent.
- cisBenchmark GetSettings Host Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting[] 
- CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpointProtection GetSettings Host Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting[] 
- Endpoint Protection scan settings for a host scan
- shouldUn booleanInstall 
- Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vaultSecret stringId 
- 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 string
- Vendor to use for the host scan agent.
- vendorType string
- Vendor to use for the host scan agent.
- cis_benchmark_ Sequence[Getsettings Host Scan Recipe Agent Setting Agent Configuration Cis Benchmark Setting] 
- CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpoint_protection_ Sequence[Getsettings Host Scan Recipe Agent Setting Agent Configuration Endpoint Protection Setting] 
- Endpoint Protection scan settings for a host scan
- should_un_ boolinstall 
- Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vault_secret_ strid 
- 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 str
- Vendor to use for the host scan agent.
- vendor_type str
- Vendor to use for the host scan agent.
- cisBenchmark List<Property Map>Settings 
- CIS (Center for Internet Security) Benchmark scan settings for a host scan
- endpointProtection List<Property Map>Settings 
- Endpoint Protection scan settings for a host scan
- shouldUn BooleanInstall 
- Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
- vaultSecret StringId 
- 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 String
- Vendor to use for the host scan agent.
- vendorType String
- Vendor to use for the host scan agent.
GetHostScanRecipeAgentSettingAgentConfigurationCisBenchmarkSetting          
- ScanLevel string
- The scan level
- ScanLevel string
- The scan level
- scanLevel String
- The scan level
- scanLevel string
- The scan level
- scan_level str
- The scan level
- scanLevel String
- The scan level
GetHostScanRecipeAgentSettingAgentConfigurationEndpointProtectionSetting          
- ScanLevel string
- The scan level
- ScanLevel string
- The scan level
- scanLevel String
- The scan level
- scanLevel string
- The scan level
- scan_level str
- The scan level
- scanLevel String
- The scan level
GetHostScanRecipeApplicationSetting     
- ApplicationScan stringRecurrence 
- 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)
- FoldersTo List<GetScans Host Scan Recipe Application Setting Folders To Scan> 
- List of folders selected for scanning
- IsEnabled bool
- Enable or disable application scan
- ApplicationScan stringRecurrence 
- 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)
- FoldersTo []GetScans Host Scan Recipe Application Setting Folders To Scan 
- List of folders selected for scanning
- IsEnabled bool
- Enable or disable application scan
- applicationScan StringRecurrence 
- 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)
- foldersTo List<GetScans Host Scan Recipe Application Setting Folders To Scan> 
- List of folders selected for scanning
- isEnabled Boolean
- Enable or disable application scan
- applicationScan stringRecurrence 
- 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)
- foldersTo GetScans Host Scan Recipe Application Setting Folders To Scan[] 
- List of folders selected for scanning
- isEnabled boolean
- Enable or disable application scan
- application_scan_ strrecurrence 
- 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_ Sequence[Getscans Host Scan Recipe Application Setting Folders To Scan] 
- List of folders selected for scanning
- is_enabled bool
- Enable or disable application scan
- applicationScan StringRecurrence 
- 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)
- foldersTo List<Property Map>Scans 
- List of folders selected for scanning
- isEnabled Boolean
- Enable or disable application scan
GetHostScanRecipeApplicationSettingFoldersToScan        
- Folder string
- Folder to be scanned in the corresponding operating system
- Operatingsystem string
- Operating system type
- Folder string
- Folder to be scanned in the corresponding operating system
- Operatingsystem string
- Operating system type
- folder String
- Folder to be scanned in the corresponding operating system
- operatingsystem String
- Operating system type
- folder string
- Folder to be scanned in the corresponding operating system
- operatingsystem string
- Operating system type
- folder str
- Folder to be scanned in the corresponding operating system
- operatingsystem str
- Operating system type
- folder String
- Folder to be scanned in the corresponding operating system
- operatingsystem String
- Operating system type
GetHostScanRecipePortSetting     
- ScanLevel string
- The scan level
- ScanLevel string
- The scan level
- scanLevel String
- The scan level
- scanLevel string
- The scan level
- scan_level str
- The scan level
- scanLevel String
- The scan level
GetHostScanRecipeSchedule    
- day_of_ strweek 
- Day of week the scheduled scan occurs (not applicable for DAILY type)
- type 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 ociTerraform Provider.