sysdig 3.1.0 published on Tuesday, Oct 28, 2025 by sysdiglabs
sysdig.getSecureRuleFilesystem
Start a Neo task
Explain and create a sysdig.getSecureRuleFilesystem resource
Example Usage
Using getSecureRuleFilesystem
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 getSecureRuleFilesystem(args: GetSecureRuleFilesystemArgs, opts?: InvokeOptions): Promise<GetSecureRuleFilesystemResult>
function getSecureRuleFilesystemOutput(args: GetSecureRuleFilesystemOutputArgs, opts?: InvokeOptions): Output<GetSecureRuleFilesystemResult>def get_secure_rule_filesystem(name: Optional[str] = None,
timeouts: Optional[GetSecureRuleFilesystemTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetSecureRuleFilesystemResult
def get_secure_rule_filesystem_output(name: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetSecureRuleFilesystemTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecureRuleFilesystemResult]func LookupSecureRuleFilesystem(ctx *Context, args *LookupSecureRuleFilesystemArgs, opts ...InvokeOption) (*LookupSecureRuleFilesystemResult, error)
func LookupSecureRuleFilesystemOutput(ctx *Context, args *LookupSecureRuleFilesystemOutputArgs, opts ...InvokeOption) LookupSecureRuleFilesystemResultOutput> Note: This function is named LookupSecureRuleFilesystem in the Go SDK.
public static class GetSecureRuleFilesystem
{
public static Task<GetSecureRuleFilesystemResult> InvokeAsync(GetSecureRuleFilesystemArgs args, InvokeOptions? opts = null)
public static Output<GetSecureRuleFilesystemResult> Invoke(GetSecureRuleFilesystemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecureRuleFilesystemResult> getSecureRuleFilesystem(GetSecureRuleFilesystemArgs args, InvokeOptions options)
public static Output<GetSecureRuleFilesystemResult> getSecureRuleFilesystem(GetSecureRuleFilesystemArgs args, InvokeOptions options)
fn::invoke:
function: sysdig:index/getSecureRuleFilesystem:getSecureRuleFilesystem
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the Secure rule to retrieve.
- Timeouts
Get
Secure Rule Filesystem Timeouts
- Name string
- The name of the Secure rule to retrieve.
- Timeouts
Get
Secure Rule Filesystem Timeouts
- name String
- The name of the Secure rule to retrieve.
- timeouts
Get
Secure Rule Filesystem Timeouts
- name string
- The name of the Secure rule to retrieve.
- timeouts
Get
Secure Rule Filesystem Timeouts
- name str
- The name of the Secure rule to retrieve.
- timeouts
Get
Secure Rule Filesystem Timeouts
- name String
- The name of the Secure rule to retrieve.
- timeouts Property Map
getSecureRuleFilesystem Result
The following output properties are available:
- Description string
- The description of Secure rule.
- Id double
- Name string
- Read
Onlies List<GetSecure Rule Filesystem Read Only> - Block that defines read only paths to match or not match.
- Read
Writes List<GetSecure Rule Filesystem Read Write> - Block that defines read and write paths to match or not match.
- List<string>
- A list of tags for this rule.
- Version double
- Current version of the resource in Sysdig Secure.
- Timeouts
Get
Secure Rule Filesystem Timeouts
- Description string
- The description of Secure rule.
- Id float64
- Name string
- Read
Onlies []GetSecure Rule Filesystem Read Only - Block that defines read only paths to match or not match.
- Read
Writes []GetSecure Rule Filesystem Read Write - Block that defines read and write paths to match or not match.
- []string
- A list of tags for this rule.
- Version float64
- Current version of the resource in Sysdig Secure.
- Timeouts
Get
Secure Rule Filesystem Timeouts
- description String
- The description of Secure rule.
- id Double
- name String
- read
Onlies List<GetSecure Rule Filesystem Read Only> - Block that defines read only paths to match or not match.
- read
Writes List<GetSecure Rule Filesystem Read Write> - Block that defines read and write paths to match or not match.
- List<String>
- A list of tags for this rule.
- version Double
- Current version of the resource in Sysdig Secure.
- timeouts
Get
Secure Rule Filesystem Timeouts
- description string
- The description of Secure rule.
- id number
- name string
- read
Onlies GetSecure Rule Filesystem Read Only[] - Block that defines read only paths to match or not match.
- read
Writes GetSecure Rule Filesystem Read Write[] - Block that defines read and write paths to match or not match.
- string[]
- A list of tags for this rule.
- version number
- Current version of the resource in Sysdig Secure.
- timeouts
Get
Secure Rule Filesystem Timeouts
- description str
- The description of Secure rule.
- id float
- name str
- read_
onlies Sequence[GetSecure Rule Filesystem Read Only] - Block that defines read only paths to match or not match.
- read_
writes Sequence[GetSecure Rule Filesystem Read Write] - Block that defines read and write paths to match or not match.
- Sequence[str]
- A list of tags for this rule.
- version float
- Current version of the resource in Sysdig Secure.
- timeouts
Get
Secure Rule Filesystem Timeouts
- description String
- The description of Secure rule.
- id Number
- name String
- read
Onlies List<Property Map> - Block that defines read only paths to match or not match.
- read
Writes List<Property Map> - Block that defines read and write paths to match or not match.
- List<String>
- A list of tags for this rule.
- version Number
- Current version of the resource in Sysdig Secure.
- timeouts Property Map
Supporting Types
GetSecureRuleFilesystemReadOnly
GetSecureRuleFilesystemReadWrite
GetSecureRuleFilesystemTimeouts
- Read string
- Read string
- read String
- read string
- read str
- read String
Package Details
- Repository
- sysdig sysdiglabs/terraform-provider-sysdig
- License
- Notes
- This Pulumi package is based on the
sysdigTerraform Provider.
