aquasec.getHostRuntimePolicy
Explore with Pulumi AI
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aquasec = Pulumi.Aquasec;
return await Deployment.RunAsync(() =>
{
var hostRuntimePolicy = Aquasec.GetHostRuntimePolicy.Invoke(new()
{
Name = "hostRuntimePolicyName",
});
return new Dictionary<string, object?>
{
["hostRuntimePolicyDetails"] = hostRuntimePolicy,
};
});
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-aquasec/sdk/go/aquasec"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
hostRuntimePolicy, err := aquasec.LookupHostRuntimePolicy(ctx, &aquasec.LookupHostRuntimePolicyArgs{
Name: "hostRuntimePolicyName",
}, nil)
if err != nil {
return err
}
ctx.Export("hostRuntimePolicyDetails", hostRuntimePolicy)
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aquasec.AquasecFunctions;
import com.pulumi.aquasec.inputs.GetHostRuntimePolicyArgs;
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 hostRuntimePolicy = AquasecFunctions.getHostRuntimePolicy(GetHostRuntimePolicyArgs.builder()
.name("hostRuntimePolicyName")
.build());
ctx.export("hostRuntimePolicyDetails", hostRuntimePolicy.applyValue(getHostRuntimePolicyResult -> getHostRuntimePolicyResult));
}
}
import pulumi
import pulumi_aquasec as aquasec
host_runtime_policy = aquasec.get_host_runtime_policy(name="hostRuntimePolicyName")
pulumi.export("hostRuntimePolicyDetails", host_runtime_policy)
import * as pulumi from "@pulumi/pulumi";
import * as aquasec from "@pulumi/aquasec";
const hostRuntimePolicy = aquasec.getHostRuntimePolicy({
name: "hostRuntimePolicyName",
});
export const hostRuntimePolicyDetails = hostRuntimePolicy;
variables:
hostRuntimePolicy:
fn::invoke:
Function: aquasec:getHostRuntimePolicy
Arguments:
name: hostRuntimePolicyName
outputs:
hostRuntimePolicyDetails: ${hostRuntimePolicy}
Using getHostRuntimePolicy
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 getHostRuntimePolicy(args: GetHostRuntimePolicyArgs, opts?: InvokeOptions): Promise<GetHostRuntimePolicyResult>
function getHostRuntimePolicyOutput(args: GetHostRuntimePolicyOutputArgs, opts?: InvokeOptions): Output<GetHostRuntimePolicyResult>
def get_host_runtime_policy(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHostRuntimePolicyResult
def get_host_runtime_policy_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHostRuntimePolicyResult]
func LookupHostRuntimePolicy(ctx *Context, args *LookupHostRuntimePolicyArgs, opts ...InvokeOption) (*LookupHostRuntimePolicyResult, error)
func LookupHostRuntimePolicyOutput(ctx *Context, args *LookupHostRuntimePolicyOutputArgs, opts ...InvokeOption) LookupHostRuntimePolicyResultOutput
> Note: This function is named LookupHostRuntimePolicy
in the Go SDK.
public static class GetHostRuntimePolicy
{
public static Task<GetHostRuntimePolicyResult> InvokeAsync(GetHostRuntimePolicyArgs args, InvokeOptions? opts = null)
public static Output<GetHostRuntimePolicyResult> Invoke(GetHostRuntimePolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHostRuntimePolicyResult> getHostRuntimePolicy(GetHostRuntimePolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aquasec:index/getHostRuntimePolicy:getHostRuntimePolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
Name of the host runtime policy
- Name string
Name of the host runtime policy
- name String
Name of the host runtime policy
- name string
Name of the host runtime policy
- name str
Name of the host runtime policy
- name String
Name of the host runtime policy
getHostRuntimePolicy Result
The following output properties are available:
- Application
Scopes List<string> Indicates the application scope of the service.
- Audit
All boolOs User Activity If true, all process activity will be audited.
- Audit
Brute boolForce Login Detects brute force login attempts
- Audit
Full boolCommand Arguments If true, full command arguments will be audited.
- Audit
Host boolFailed Login Events If true, host failed logins will be audited.
- Audit
Host boolSuccessful Login Events If true, host successful logins will be audited.
- Audit
User boolAccount Management If true, account management will be audited.
- string
Username of the account that created the service.
- Block
Cryptocurrency boolMining Detect and prevent communication to DNS/IP addresses known to be used for Cryptocurrency Mining
- Blocked
Files List<string> List of files that are prevented from being read, modified and executed in the containers.
- Description string
The description of the host runtime policy
- Enable
Ip boolReputation Security If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
- Enabled bool
Indicates if the runtime policy is enabled or not.
- Enforce bool
Indicates that policy should effect container execution (not just for audit).
- Enforce
After intDays Indicates the number of days after which the runtime policy will be changed to enforce mode.
- File
Integrity List<Pulumiverse.Monitorings Aquasec. Outputs. Get Host Runtime Policy File Integrity Monitoring> Configuration for file integrity monitoring.
- Id string
The provider-assigned unique ID for this managed resource.
- Malware
Scan List<Pulumiverse.Options Aquasec. Outputs. Get Host Runtime Policy Malware Scan Option> Configuration for Real-Time Malware Protection.
- Monitor
System boolLog Integrity If true, system log will be monitored.
- Monitor
System boolTime Changes If true, system time changes will be monitored.
- Monitor
Windows boolServices If true, windows service operations will be monitored.
- Name string
Name of the host runtime policy
- Os
Groups List<string>Alloweds List of OS (Linux or Windows) groups that are allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- Os
Groups List<string>Blockeds List of OS (Linux or Windows) groups that are not allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- Os
Users List<string>Alloweds List of OS (Linux or Windows) users that are allowed to authenticate to the host, and block authentication requests from all others.
- Os
Users List<string>Blockeds List of OS (Linux or Windows) users that are not allowed to authenticate to the host, and block authentication requests from all others.
- Package
Blocks List<string> List of packages that are not allowed read, write or execute all files that under the packages.
- Port
Scanning boolDetection If true, port scanning behaviors will be audited.
- Scope
Expression string Logical expression of how to compute the dependency of the scope variables.
- Scope
Variables List<Pulumiverse.Aquasec. Outputs. Get Host Runtime Policy Scope Variable> List of scope attributes.
- Windows
Registry List<Pulumiverse.Monitorings Aquasec. Outputs. Get Host Runtime Policy Windows Registry Monitoring> Configuration for windows registry monitoring.
- Windows
Registry List<Pulumiverse.Protections Aquasec. Outputs. Get Host Runtime Policy Windows Registry Protection> Configuration for windows registry protection.
- Application
Scopes []string Indicates the application scope of the service.
- Audit
All boolOs User Activity If true, all process activity will be audited.
- Audit
Brute boolForce Login Detects brute force login attempts
- Audit
Full boolCommand Arguments If true, full command arguments will be audited.
- Audit
Host boolFailed Login Events If true, host failed logins will be audited.
- Audit
Host boolSuccessful Login Events If true, host successful logins will be audited.
- Audit
User boolAccount Management If true, account management will be audited.
- string
Username of the account that created the service.
- Block
Cryptocurrency boolMining Detect and prevent communication to DNS/IP addresses known to be used for Cryptocurrency Mining
- Blocked
Files []string List of files that are prevented from being read, modified and executed in the containers.
- Description string
The description of the host runtime policy
- Enable
Ip boolReputation Security If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
- Enabled bool
Indicates if the runtime policy is enabled or not.
- Enforce bool
Indicates that policy should effect container execution (not just for audit).
- Enforce
After intDays Indicates the number of days after which the runtime policy will be changed to enforce mode.
- File
Integrity []GetMonitorings Host Runtime Policy File Integrity Monitoring Configuration for file integrity monitoring.
- Id string
The provider-assigned unique ID for this managed resource.
- Malware
Scan []GetOptions Host Runtime Policy Malware Scan Option Configuration for Real-Time Malware Protection.
- Monitor
System boolLog Integrity If true, system log will be monitored.
- Monitor
System boolTime Changes If true, system time changes will be monitored.
- Monitor
Windows boolServices If true, windows service operations will be monitored.
- Name string
Name of the host runtime policy
- Os
Groups []stringAlloweds List of OS (Linux or Windows) groups that are allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- Os
Groups []stringBlockeds List of OS (Linux or Windows) groups that are not allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- Os
Users []stringAlloweds List of OS (Linux or Windows) users that are allowed to authenticate to the host, and block authentication requests from all others.
- Os
Users []stringBlockeds List of OS (Linux or Windows) users that are not allowed to authenticate to the host, and block authentication requests from all others.
- Package
Blocks []string List of packages that are not allowed read, write or execute all files that under the packages.
- Port
Scanning boolDetection If true, port scanning behaviors will be audited.
- Scope
Expression string Logical expression of how to compute the dependency of the scope variables.
- Scope
Variables []GetHost Runtime Policy Scope Variable List of scope attributes.
- Windows
Registry []GetMonitorings Host Runtime Policy Windows Registry Monitoring Configuration for windows registry monitoring.
- Windows
Registry []GetProtections Host Runtime Policy Windows Registry Protection Configuration for windows registry protection.
- application
Scopes List<String> Indicates the application scope of the service.
- audit
All BooleanOs User Activity If true, all process activity will be audited.
- audit
Brute BooleanForce Login Detects brute force login attempts
- audit
Full BooleanCommand Arguments If true, full command arguments will be audited.
- audit
Host BooleanFailed Login Events If true, host failed logins will be audited.
- audit
Host BooleanSuccessful Login Events If true, host successful logins will be audited.
- audit
User BooleanAccount Management If true, account management will be audited.
- String
Username of the account that created the service.
- block
Cryptocurrency BooleanMining Detect and prevent communication to DNS/IP addresses known to be used for Cryptocurrency Mining
- blocked
Files List<String> List of files that are prevented from being read, modified and executed in the containers.
- description String
The description of the host runtime policy
- enable
Ip BooleanReputation Security If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
- enabled Boolean
Indicates if the runtime policy is enabled or not.
- enforce Boolean
Indicates that policy should effect container execution (not just for audit).
- enforce
After IntegerDays Indicates the number of days after which the runtime policy will be changed to enforce mode.
- file
Integrity List<GetMonitorings Host Runtime Policy File Integrity Monitoring> Configuration for file integrity monitoring.
- id String
The provider-assigned unique ID for this managed resource.
- malware
Scan List<GetOptions Host Runtime Policy Malware Scan Option> Configuration for Real-Time Malware Protection.
- monitor
System BooleanLog Integrity If true, system log will be monitored.
- monitor
System BooleanTime Changes If true, system time changes will be monitored.
- monitor
Windows BooleanServices If true, windows service operations will be monitored.
- name String
Name of the host runtime policy
- os
Groups List<String>Alloweds List of OS (Linux or Windows) groups that are allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os
Groups List<String>Blockeds List of OS (Linux or Windows) groups that are not allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os
Users List<String>Alloweds List of OS (Linux or Windows) users that are allowed to authenticate to the host, and block authentication requests from all others.
- os
Users List<String>Blockeds List of OS (Linux or Windows) users that are not allowed to authenticate to the host, and block authentication requests from all others.
- package
Blocks List<String> List of packages that are not allowed read, write or execute all files that under the packages.
- port
Scanning BooleanDetection If true, port scanning behaviors will be audited.
- scope
Expression String Logical expression of how to compute the dependency of the scope variables.
- scope
Variables List<GetHost Runtime Policy Scope Variable> List of scope attributes.
- windows
Registry List<GetMonitorings Host Runtime Policy Windows Registry Monitoring> Configuration for windows registry monitoring.
- windows
Registry List<GetProtections Host Runtime Policy Windows Registry Protection> Configuration for windows registry protection.
- application
Scopes string[] Indicates the application scope of the service.
- audit
All booleanOs User Activity If true, all process activity will be audited.
- audit
Brute booleanForce Login Detects brute force login attempts
- audit
Full booleanCommand Arguments If true, full command arguments will be audited.
- audit
Host booleanFailed Login Events If true, host failed logins will be audited.
- audit
Host booleanSuccessful Login Events If true, host successful logins will be audited.
- audit
User booleanAccount Management If true, account management will be audited.
- string
Username of the account that created the service.
- block
Cryptocurrency booleanMining Detect and prevent communication to DNS/IP addresses known to be used for Cryptocurrency Mining
- blocked
Files string[] List of files that are prevented from being read, modified and executed in the containers.
- description string
The description of the host runtime policy
- enable
Ip booleanReputation Security If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
- enabled boolean
Indicates if the runtime policy is enabled or not.
- enforce boolean
Indicates that policy should effect container execution (not just for audit).
- enforce
After numberDays Indicates the number of days after which the runtime policy will be changed to enforce mode.
- file
Integrity GetMonitorings Host Runtime Policy File Integrity Monitoring[] Configuration for file integrity monitoring.
- id string
The provider-assigned unique ID for this managed resource.
- malware
Scan GetOptions Host Runtime Policy Malware Scan Option[] Configuration for Real-Time Malware Protection.
- monitor
System booleanLog Integrity If true, system log will be monitored.
- monitor
System booleanTime Changes If true, system time changes will be monitored.
- monitor
Windows booleanServices If true, windows service operations will be monitored.
- name string
Name of the host runtime policy
- os
Groups string[]Alloweds List of OS (Linux or Windows) groups that are allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os
Groups string[]Blockeds List of OS (Linux or Windows) groups that are not allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os
Users string[]Alloweds List of OS (Linux or Windows) users that are allowed to authenticate to the host, and block authentication requests from all others.
- os
Users string[]Blockeds List of OS (Linux or Windows) users that are not allowed to authenticate to the host, and block authentication requests from all others.
- package
Blocks string[] List of packages that are not allowed read, write or execute all files that under the packages.
- port
Scanning booleanDetection If true, port scanning behaviors will be audited.
- scope
Expression string Logical expression of how to compute the dependency of the scope variables.
- scope
Variables GetHost Runtime Policy Scope Variable[] List of scope attributes.
- windows
Registry GetMonitorings Host Runtime Policy Windows Registry Monitoring[] Configuration for windows registry monitoring.
- windows
Registry GetProtections Host Runtime Policy Windows Registry Protection[] Configuration for windows registry protection.
- application_
scopes Sequence[str] Indicates the application scope of the service.
- audit_
all_ boolos_ user_ activity If true, all process activity will be audited.
- audit_
brute_ boolforce_ login Detects brute force login attempts
- audit_
full_ boolcommand_ arguments If true, full command arguments will be audited.
- audit_
host_ boolfailed_ login_ events If true, host failed logins will be audited.
- audit_
host_ boolsuccessful_ login_ events If true, host successful logins will be audited.
- audit_
user_ boolaccount_ management If true, account management will be audited.
- str
Username of the account that created the service.
- block_
cryptocurrency_ boolmining Detect and prevent communication to DNS/IP addresses known to be used for Cryptocurrency Mining
- blocked_
files Sequence[str] List of files that are prevented from being read, modified and executed in the containers.
- description str
The description of the host runtime policy
- enable_
ip_ boolreputation_ security If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
- enabled bool
Indicates if the runtime policy is enabled or not.
- enforce bool
Indicates that policy should effect container execution (not just for audit).
- enforce_
after_ intdays Indicates the number of days after which the runtime policy will be changed to enforce mode.
- file_
integrity_ Sequence[Getmonitorings Host Runtime Policy File Integrity Monitoring] Configuration for file integrity monitoring.
- id str
The provider-assigned unique ID for this managed resource.
- malware_
scan_ Sequence[Getoptions Host Runtime Policy Malware Scan Option] Configuration for Real-Time Malware Protection.
- monitor_
system_ boollog_ integrity If true, system log will be monitored.
- monitor_
system_ booltime_ changes If true, system time changes will be monitored.
- monitor_
windows_ boolservices If true, windows service operations will be monitored.
- name str
Name of the host runtime policy
- os_
groups_ Sequence[str]alloweds List of OS (Linux or Windows) groups that are allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os_
groups_ Sequence[str]blockeds List of OS (Linux or Windows) groups that are not allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os_
users_ Sequence[str]alloweds List of OS (Linux or Windows) users that are allowed to authenticate to the host, and block authentication requests from all others.
- os_
users_ Sequence[str]blockeds List of OS (Linux or Windows) users that are not allowed to authenticate to the host, and block authentication requests from all others.
- package_
blocks Sequence[str] List of packages that are not allowed read, write or execute all files that under the packages.
- port_
scanning_ booldetection If true, port scanning behaviors will be audited.
- scope_
expression str Logical expression of how to compute the dependency of the scope variables.
- scope_
variables Sequence[GetHost Runtime Policy Scope Variable] List of scope attributes.
- windows_
registry_ Sequence[Getmonitorings Host Runtime Policy Windows Registry Monitoring] Configuration for windows registry monitoring.
- windows_
registry_ Sequence[Getprotections Host Runtime Policy Windows Registry Protection] Configuration for windows registry protection.
- application
Scopes List<String> Indicates the application scope of the service.
- audit
All BooleanOs User Activity If true, all process activity will be audited.
- audit
Brute BooleanForce Login Detects brute force login attempts
- audit
Full BooleanCommand Arguments If true, full command arguments will be audited.
- audit
Host BooleanFailed Login Events If true, host failed logins will be audited.
- audit
Host BooleanSuccessful Login Events If true, host successful logins will be audited.
- audit
User BooleanAccount Management If true, account management will be audited.
- String
Username of the account that created the service.
- block
Cryptocurrency BooleanMining Detect and prevent communication to DNS/IP addresses known to be used for Cryptocurrency Mining
- blocked
Files List<String> List of files that are prevented from being read, modified and executed in the containers.
- description String
The description of the host runtime policy
- enable
Ip BooleanReputation Security If true, detect and prevent communication from containers to IP addresses known to have a bad reputation.
- enabled Boolean
Indicates if the runtime policy is enabled or not.
- enforce Boolean
Indicates that policy should effect container execution (not just for audit).
- enforce
After NumberDays Indicates the number of days after which the runtime policy will be changed to enforce mode.
- file
Integrity List<Property Map>Monitorings Configuration for file integrity monitoring.
- id String
The provider-assigned unique ID for this managed resource.
- malware
Scan List<Property Map>Options Configuration for Real-Time Malware Protection.
- monitor
System BooleanLog Integrity If true, system log will be monitored.
- monitor
System BooleanTime Changes If true, system time changes will be monitored.
- monitor
Windows BooleanServices If true, windows service operations will be monitored.
- name String
Name of the host runtime policy
- os
Groups List<String>Alloweds List of OS (Linux or Windows) groups that are allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os
Groups List<String>Blockeds List of OS (Linux or Windows) groups that are not allowed to authenticate to the host, and block authentication requests from all others. Groups can be either Linux groups or Windows AD groups.
- os
Users List<String>Alloweds List of OS (Linux or Windows) users that are allowed to authenticate to the host, and block authentication requests from all others.
- os
Users List<String>Blockeds List of OS (Linux or Windows) users that are not allowed to authenticate to the host, and block authentication requests from all others.
- package
Blocks List<String> List of packages that are not allowed read, write or execute all files that under the packages.
- port
Scanning BooleanDetection If true, port scanning behaviors will be audited.
- scope
Expression String Logical expression of how to compute the dependency of the scope variables.
- scope
Variables List<Property Map> List of scope attributes.
- windows
Registry List<Property Map>Monitorings Configuration for windows registry monitoring.
- windows
Registry List<Property Map>Protections Configuration for windows registry protection.
Supporting Types
GetHostRuntimePolicyFileIntegrityMonitoring
- Excluded
Paths List<string> - Excluded
Processes List<string> - Excluded
Users List<string> - Monitor
Attributes bool - Monitor
Create bool - Monitor
Delete bool - Monitor
Modify bool - Monitor
Read bool - Monitored
Paths List<string> - Monitored
Processes List<string> - Monitored
Users List<string>
- Excluded
Paths []string - Excluded
Processes []string - Excluded
Users []string - Monitor
Attributes bool - Monitor
Create bool - Monitor
Delete bool - Monitor
Modify bool - Monitor
Read bool - Monitored
Paths []string - Monitored
Processes []string - Monitored
Users []string
- excluded
Paths List<String> - excluded
Processes List<String> - excluded
Users List<String> - monitor
Attributes Boolean - monitor
Create Boolean - monitor
Delete Boolean - monitor
Modify Boolean - monitor
Read Boolean - monitored
Paths List<String> - monitored
Processes List<String> - monitored
Users List<String>
- excluded
Paths string[] - excluded
Processes string[] - excluded
Users string[] - monitor
Attributes boolean - monitor
Create boolean - monitor
Delete boolean - monitor
Modify boolean - monitor
Read boolean - monitored
Paths string[] - monitored
Processes string[] - monitored
Users string[]
- excluded_
paths Sequence[str] - excluded_
processes Sequence[str] - excluded_
users Sequence[str] - monitor_
attributes bool - monitor_
create bool - monitor_
delete bool - monitor_
modify bool - monitor_
read bool - monitored_
paths Sequence[str] - monitored_
processes Sequence[str] - monitored_
users Sequence[str]
- excluded
Paths List<String> - excluded
Processes List<String> - excluded
Users List<String> - monitor
Attributes Boolean - monitor
Create Boolean - monitor
Delete Boolean - monitor
Modify Boolean - monitor
Read Boolean - monitored
Paths List<String> - monitored
Processes List<String> - monitored
Users List<String>
GetHostRuntimePolicyMalwareScanOption
- Action string
- Enabled bool
Indicates if the runtime policy is enabled or not.
- Exclude
Processes List<string> - Include
Directories List<string>
- Action string
- Enabled bool
Indicates if the runtime policy is enabled or not.
- Exclude
Processes []string - Include
Directories []string
- action String
- enabled Boolean
Indicates if the runtime policy is enabled or not.
- exclude
Processes List<String> - include
Directories List<String>
- action string
- enabled boolean
Indicates if the runtime policy is enabled or not.
- exclude
Processes string[] - include
Directories string[]
- action str
- enabled bool
Indicates if the runtime policy is enabled or not.
- exclude_
processes Sequence[str] - include_
directories Sequence[str]
- action String
- enabled Boolean
Indicates if the runtime policy is enabled or not.
- exclude
Processes List<String> - include
Directories List<String>
GetHostRuntimePolicyScopeVariable
GetHostRuntimePolicyWindowsRegistryMonitoring
- Excluded
Paths List<string> - Excluded
Processes List<string> - Excluded
Users List<string> - Monitor
Attributes bool - Monitor
Create bool - Monitor
Delete bool - Monitor
Modify bool - Monitor
Read bool - Monitored
Paths List<string> - Monitored
Processes List<string> - Monitored
Users List<string>
- Excluded
Paths []string - Excluded
Processes []string - Excluded
Users []string - Monitor
Attributes bool - Monitor
Create bool - Monitor
Delete bool - Monitor
Modify bool - Monitor
Read bool - Monitored
Paths []string - Monitored
Processes []string - Monitored
Users []string
- excluded
Paths List<String> - excluded
Processes List<String> - excluded
Users List<String> - monitor
Attributes Boolean - monitor
Create Boolean - monitor
Delete Boolean - monitor
Modify Boolean - monitor
Read Boolean - monitored
Paths List<String> - monitored
Processes List<String> - monitored
Users List<String>
- excluded
Paths string[] - excluded
Processes string[] - excluded
Users string[] - monitor
Attributes boolean - monitor
Create boolean - monitor
Delete boolean - monitor
Modify boolean - monitor
Read boolean - monitored
Paths string[] - monitored
Processes string[] - monitored
Users string[]
- excluded_
paths Sequence[str] - excluded_
processes Sequence[str] - excluded_
users Sequence[str] - monitor_
attributes bool - monitor_
create bool - monitor_
delete bool - monitor_
modify bool - monitor_
read bool - monitored_
paths Sequence[str] - monitored_
processes Sequence[str] - monitored_
users Sequence[str]
- excluded
Paths List<String> - excluded
Processes List<String> - excluded
Users List<String> - monitor
Attributes Boolean - monitor
Create Boolean - monitor
Delete Boolean - monitor
Modify Boolean - monitor
Read Boolean - monitored
Paths List<String> - monitored
Processes List<String> - monitored
Users List<String>
GetHostRuntimePolicyWindowsRegistryProtection
- Excluded
Paths List<string> - Excluded
Processes List<string> - Excluded
Users List<string> - Protected
Paths List<string> - Protected
Processes List<string> - Protected
Users List<string>
- Excluded
Paths []string - Excluded
Processes []string - Excluded
Users []string - Protected
Paths []string - Protected
Processes []string - Protected
Users []string
- excluded
Paths List<String> - excluded
Processes List<String> - excluded
Users List<String> - protected
Paths List<String> - protected
Processes List<String> - protected
Users List<String>
- excluded
Paths string[] - excluded
Processes string[] - excluded
Users string[] - protected
Paths string[] - protected
Processes string[] - protected
Users string[]
- excluded_
paths Sequence[str] - excluded_
processes Sequence[str] - excluded_
users Sequence[str] - protected_
paths Sequence[str] - protected_
processes Sequence[str] - protected_
users Sequence[str]
- excluded
Paths List<String> - excluded
Processes List<String> - excluded
Users List<String> - protected
Paths List<String> - protected
Processes List<String> - protected
Users List<String>
Package Details
- Repository
- aquasec pulumiverse/pulumi-aquasec
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aquasec
Terraform Provider.