Viewing docs for sysdig 3.8.1
published on Wednesday, May 6, 2026 by sysdiglabs
published on Wednesday, May 6, 2026 by sysdiglabs
Viewing docs for sysdig 3.8.1
published on Wednesday, May 6, 2026 by sysdiglabs
published on Wednesday, May 6, 2026 by sysdiglabs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sysdig from "@pulumi/sysdig";
const byId = sysdig.getSecurePosturePolicy({
id: "2",
});
const byName = sysdig.getSecurePosturePolicy({
name: "Sysdig Kubernetes",
});
import pulumi
import pulumi_sysdig as sysdig
by_id = sysdig.get_secure_posture_policy(id="2")
by_name = sysdig.get_secure_posture_policy(name="Sysdig Kubernetes")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/sysdig/v3/sysdig"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sysdig.LookupSecurePosturePolicy(ctx, &sysdig.LookupSecurePosturePolicyArgs{
Id: pulumi.StringRef("2"),
}, nil)
if err != nil {
return err
}
_, err = sysdig.LookupSecurePosturePolicy(ctx, &sysdig.LookupSecurePosturePolicyArgs{
Name: pulumi.StringRef("Sysdig Kubernetes"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sysdig = Pulumi.Sysdig;
return await Deployment.RunAsync(() =>
{
var byId = Sysdig.GetSecurePosturePolicy.Invoke(new()
{
Id = "2",
});
var byName = Sysdig.GetSecurePosturePolicy.Invoke(new()
{
Name = "Sysdig Kubernetes",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sysdig.SysdigFunctions;
import com.pulumi.sysdig.inputs.GetSecurePosturePolicyArgs;
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 byId = SysdigFunctions.getSecurePosturePolicy(GetSecurePosturePolicyArgs.builder()
.id("2")
.build());
final var byName = SysdigFunctions.getSecurePosturePolicy(GetSecurePosturePolicyArgs.builder()
.name("Sysdig Kubernetes")
.build());
}
}
variables:
byId:
fn::invoke:
function: sysdig:getSecurePosturePolicy
arguments:
id: '2'
byName:
fn::invoke:
function: sysdig:getSecurePosturePolicy
arguments:
name: Sysdig Kubernetes
Using getSecurePosturePolicy
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 getSecurePosturePolicy(args: GetSecurePosturePolicyArgs, opts?: InvokeOptions): Promise<GetSecurePosturePolicyResult>
function getSecurePosturePolicyOutput(args: GetSecurePosturePolicyOutputArgs, opts?: InvokeOptions): Output<GetSecurePosturePolicyResult>def get_secure_posture_policy(groups: Optional[Sequence[GetSecurePosturePolicyGroup]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
timeouts: Optional[GetSecurePosturePolicyTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetSecurePosturePolicyResult
def get_secure_posture_policy_output(groups: pulumi.Input[Optional[Sequence[pulumi.Input[GetSecurePosturePolicyGroupArgs]]]] = None,
id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
timeouts: pulumi.Input[Optional[GetSecurePosturePolicyTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecurePosturePolicyResult]func LookupSecurePosturePolicy(ctx *Context, args *LookupSecurePosturePolicyArgs, opts ...InvokeOption) (*LookupSecurePosturePolicyResult, error)
func LookupSecurePosturePolicyOutput(ctx *Context, args *LookupSecurePosturePolicyOutputArgs, opts ...InvokeOption) LookupSecurePosturePolicyResultOutput> Note: This function is named LookupSecurePosturePolicy in the Go SDK.
public static class GetSecurePosturePolicy
{
public static Task<GetSecurePosturePolicyResult> InvokeAsync(GetSecurePosturePolicyArgs args, InvokeOptions? opts = null)
public static Output<GetSecurePosturePolicyResult> Invoke(GetSecurePosturePolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecurePosturePolicyResult> getSecurePosturePolicy(GetSecurePosturePolicyArgs args, InvokeOptions options)
public static Output<GetSecurePosturePolicyResult> getSecurePosturePolicy(GetSecurePosturePolicyArgs args, InvokeOptions options)
fn::invoke:
function: sysdig:index/getSecurePosturePolicy:getSecurePosturePolicy
arguments:
# arguments dictionaryThe following arguments are supported:
- Groups
List<Get
Secure Posture Policy Group> - Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Timeouts
Get
Secure Posture Policy Timeouts
- Groups
[]Get
Secure Posture Policy Group - Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Timeouts
Get
Secure Posture Policy Timeouts
- groups
List<Get
Secure Posture Policy Group> - id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- timeouts
Get
Secure Posture Policy Timeouts
- groups
Get
Secure Posture Policy Group[] - id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- timeouts
Get
Secure Posture Policy Timeouts
- groups
Sequence[Get
Secure Posture Policy Group] - id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- timeouts
Get
Secure Posture Policy Timeouts
- groups List<Property Map>
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- timeouts Property Map
getSecurePosturePolicy Result
The following output properties are available:
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Requirement, eg.
15000 - Is
Active bool - Policy is active flag (active means policy is published, not active means policy is draft). by default is true.
- Link string
- Policy link
- Max
Kube doubleVersion - Policy maximum Kubernetes version, eg.
1.26 - Min
Kube doubleVersion - Policy minimum Kubernetes version, eg.
1.24 - Name string
- The name of the Posture Control.
- Platform string
- Policy platform:
- IKS -
iks, - GKE -
gke, - Vanilla -
vanilla, - AKS -
aks, - RKE2 -
rke2, - OCP4 -
ocp4, - MKE -
mke, - EKS -
eks,
- IKS -
- Type string
- Policy type:
- AWS -
aws - GCP -
gcp - Azure -
azure - Kubernetes -
kubernetes - Linux -
linux - Docker -
docker - OCI =
oci
- AWS -
- Groups
List<Get
Secure Posture Policy Group> - Timeouts
Get
Secure Posture Policy Timeouts
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Requirement, eg.
15000 - Is
Active bool - Policy is active flag (active means policy is published, not active means policy is draft). by default is true.
- Link string
- Policy link
- Max
Kube float64Version - Policy maximum Kubernetes version, eg.
1.26 - Min
Kube float64Version - Policy minimum Kubernetes version, eg.
1.24 - Name string
- The name of the Posture Control.
- Platform string
- Policy platform:
- IKS -
iks, - GKE -
gke, - Vanilla -
vanilla, - AKS -
aks, - RKE2 -
rke2, - OCP4 -
ocp4, - MKE -
mke, - EKS -
eks,
- IKS -
- Type string
- Policy type:
- AWS -
aws - GCP -
gcp - Azure -
azure - Kubernetes -
kubernetes - Linux -
linux - Docker -
docker - OCI =
oci
- AWS -
- Groups
[]Get
Secure Posture Policy Group - Timeouts
Get
Secure Posture Policy Timeouts
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Requirement, eg.
15000 - is
Active Boolean - Policy is active flag (active means policy is published, not active means policy is draft). by default is true.
- link String
- Policy link
- max
Kube DoubleVersion - Policy maximum Kubernetes version, eg.
1.26 - min
Kube DoubleVersion - Policy minimum Kubernetes version, eg.
1.24 - name String
- The name of the Posture Control.
- platform String
- Policy platform:
- IKS -
iks, - GKE -
gke, - Vanilla -
vanilla, - AKS -
aks, - RKE2 -
rke2, - OCP4 -
ocp4, - MKE -
mke, - EKS -
eks,
- IKS -
- type String
- Policy type:
- AWS -
aws - GCP -
gcp - Azure -
azure - Kubernetes -
kubernetes - Linux -
linux - Docker -
docker - OCI =
oci
- AWS -
- groups
List<Get
Secure Posture Policy Group> - timeouts
Get
Secure Posture Policy Timeouts
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Requirement, eg.
15000 - is
Active boolean - Policy is active flag (active means policy is published, not active means policy is draft). by default is true.
- link string
- Policy link
- max
Kube numberVersion - Policy maximum Kubernetes version, eg.
1.26 - min
Kube numberVersion - Policy minimum Kubernetes version, eg.
1.24 - name string
- The name of the Posture Control.
- platform string
- Policy platform:
- IKS -
iks, - GKE -
gke, - Vanilla -
vanilla, - AKS -
aks, - RKE2 -
rke2, - OCP4 -
ocp4, - MKE -
mke, - EKS -
eks,
- IKS -
- type string
- Policy type:
- AWS -
aws - GCP -
gcp - Azure -
azure - Kubernetes -
kubernetes - Linux -
linux - Docker -
docker - OCI =
oci
- AWS -
- groups
Get
Secure Posture Policy Group[] - timeouts
Get
Secure Posture Policy Timeouts
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Requirement, eg.
15000 - is_
active bool - Policy is active flag (active means policy is published, not active means policy is draft). by default is true.
- link str
- Policy link
- max_
kube_ floatversion - Policy maximum Kubernetes version, eg.
1.26 - min_
kube_ floatversion - Policy minimum Kubernetes version, eg.
1.24 - name str
- The name of the Posture Control.
- platform str
- Policy platform:
- IKS -
iks, - GKE -
gke, - Vanilla -
vanilla, - AKS -
aks, - RKE2 -
rke2, - OCP4 -
ocp4, - MKE -
mke, - EKS -
eks,
- IKS -
- type str
- Policy type:
- AWS -
aws - GCP -
gcp - Azure -
azure - Kubernetes -
kubernetes - Linux -
linux - Docker -
docker - OCI =
oci
- AWS -
- groups
Sequence[Get
Secure Posture Policy Group] - timeouts
Get
Secure Posture Policy Timeouts
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Requirement, eg.
15000 - is
Active Boolean - Policy is active flag (active means policy is published, not active means policy is draft). by default is true.
- link String
- Policy link
- max
Kube NumberVersion - Policy maximum Kubernetes version, eg.
1.26 - min
Kube NumberVersion - Policy minimum Kubernetes version, eg.
1.24 - name String
- The name of the Posture Control.
- platform String
- Policy platform:
- IKS -
iks, - GKE -
gke, - Vanilla -
vanilla, - AKS -
aks, - RKE2 -
rke2, - OCP4 -
ocp4, - MKE -
mke, - EKS -
eks,
- IKS -
- type String
- Policy type:
- AWS -
aws - GCP -
gcp - Azure -
azure - Kubernetes -
kubernetes - Linux -
linux - Docker -
docker - OCI =
oci
- AWS -
- groups List<Property Map>
- timeouts Property Map
Supporting Types
GetSecurePosturePolicyGroup
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
List<Get
Secure Posture Policy Group Group> - Requirements
List<Get
Secure Posture Policy Group Requirement>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
[]Get
Secure Posture Policy Group Group - Requirements
[]Get
Secure Posture Policy Group Requirement
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups
List<Get
Secure Posture Policy Group Group> - requirements
List<Get
Secure Posture Policy Group Requirement>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- groups
Get
Secure Posture Policy Group Group[] - requirements
Get
Secure Posture Policy Group Requirement[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- groups
Sequence[Get
Secure Posture Policy Group Group] - requirements
Sequence[Get
Secure Posture Policy Group Requirement]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups List<Property Map>
- requirements List<Property Map>
GetSecurePosturePolicyGroupGroup
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
List<Get
Secure Posture Policy Group Group Group> - Requirements
List<Get
Secure Posture Policy Group Group Requirement>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
[]Get
Secure Posture Policy Group Group Group - Requirements
[]Get
Secure Posture Policy Group Group Requirement
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups
List<Get
Secure Posture Policy Group Group Group> - requirements
List<Get
Secure Posture Policy Group Group Requirement>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- groups
Get
Secure Posture Policy Group Group Group[] - requirements
Get
Secure Posture Policy Group Group Requirement[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- groups
Sequence[Get
Secure Posture Policy Group Group Group] - requirements
Sequence[Get
Secure Posture Policy Group Group Requirement]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups List<Property Map>
- requirements List<Property Map>
GetSecurePosturePolicyGroupGroupGroup
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
List<Get
Secure Posture Policy Group Group Group Group> - Requirements
List<Get
Secure Posture Policy Group Group Group Requirement>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
[]Get
Secure Posture Policy Group Group Group Group - Requirements
[]Get
Secure Posture Policy Group Group Group Requirement
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups
List<Get
Secure Posture Policy Group Group Group Group> - requirements
List<Get
Secure Posture Policy Group Group Group Requirement>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- groups
Get
Secure Posture Policy Group Group Group Group[] - requirements
Get
Secure Posture Policy Group Group Group Requirement[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- groups
Sequence[Get
Secure Posture Policy Group Group Group Group] - requirements
Sequence[Get
Secure Posture Policy Group Group Group Requirement]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups List<Property Map>
- requirements List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroup
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
List<Get
Secure Posture Policy Group Group Group Group Group> - Requirements
List<Get
Secure Posture Policy Group Group Group Group Requirement>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Groups
[]Get
Secure Posture Policy Group Group Group Group Group - Requirements
[]Get
Secure Posture Policy Group Group Group Group Requirement
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups
List<Get
Secure Posture Policy Group Group Group Group Group> - requirements
List<Get
Secure Posture Policy Group Group Group Group Requirement>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- groups
Get
Secure Posture Policy Group Group Group Group Group[] - requirements
Get
Secure Posture Policy Group Group Group Group Requirement[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- groups
Sequence[Get
Secure Posture Policy Group Group Group Group Group] - requirements
Sequence[Get
Secure Posture Policy Group Group Group Group Requirement]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- groups List<Property Map>
- requirements List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupGroup
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Requirements
List<Get
Secure Posture Policy Group Group Group Group Group Requirement>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Requirements
[]Get
Secure Posture Policy Group Group Group Group Group Requirement
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- requirements
List<Get
Secure Posture Policy Group Group Group Group Group Requirement>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- requirements
Get
Secure Posture Policy Group Group Group Group Group Requirement[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- requirements
Sequence[Get
Secure Posture Policy Group Group Group Group Group Requirement]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- requirements List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
List<Get
Secure Posture Policy Group Group Group Group Group Requirement Control>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
[]Get
Secure Posture Policy Group Group Group Group Group Requirement Control
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls
List<Get
Secure Posture Policy Group Group Group Group Group Requirement Control>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- controls
Get
Secure Posture Policy Group Group Group Group Group Requirement Control[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- controls
Sequence[Get
Secure Posture Policy Group Group Group Group Group Requirement Control]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupGroupRequirementControl
GetSecurePosturePolicyGroupGroupGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
List<Get
Secure Posture Policy Group Group Group Group Requirement Control>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
[]Get
Secure Posture Policy Group Group Group Group Requirement Control
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls
List<Get
Secure Posture Policy Group Group Group Group Requirement Control>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- controls
Get
Secure Posture Policy Group Group Group Group Requirement Control[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- controls
Sequence[Get
Secure Posture Policy Group Group Group Group Requirement Control]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupRequirementControl
GetSecurePosturePolicyGroupGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
List<Get
Secure Posture Policy Group Group Group Requirement Control>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
[]Get
Secure Posture Policy Group Group Group Requirement Control
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls
List<Get
Secure Posture Policy Group Group Group Requirement Control>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- controls
Get
Secure Posture Policy Group Group Group Requirement Control[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- controls
Sequence[Get
Secure Posture Policy Group Group Group Requirement Control]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupGroupRequirementControl
GetSecurePosturePolicyGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
List<Get
Secure Posture Policy Group Group Requirement Control>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
[]Get
Secure Posture Policy Group Group Requirement Control
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls
List<Get
Secure Posture Policy Group Group Requirement Control>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- controls
Get
Secure Posture Policy Group Group Requirement Control[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- controls
Sequence[Get
Secure Posture Policy Group Group Requirement Control]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupRequirementControl
GetSecurePosturePolicyGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
List<Get
Secure Posture Policy Group Requirement Control>
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy.
- Name string
- The name of the Posture Policy. Policy names are unique.
- Controls
[]Get
Secure Posture Policy Group Requirement Control
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls
List<Get
Secure Posture Policy Group Requirement Control>
- description string
- The description of the Posture Policy Requirement.
- id string
- The ID of the Posture Policy.
- name string
- The name of the Posture Policy. Policy names are unique.
- controls
Get
Secure Posture Policy Group Requirement Control[]
- description str
- The description of the Posture Policy Requirement.
- id str
- The ID of the Posture Policy.
- name str
- The name of the Posture Policy. Policy names are unique.
- controls
Sequence[Get
Secure Posture Policy Group Requirement Control]
- description String
- The description of the Posture Policy Requirement.
- id String
- The ID of the Posture Policy.
- name String
- The name of the Posture Policy. Policy names are unique.
- controls List<Property Map>
GetSecurePosturePolicyGroupRequirementControl
GetSecurePosturePolicyTimeouts
- 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.
Viewing docs for sysdig 3.8.1
published on Wednesday, May 6, 2026 by sysdiglabs
published on Wednesday, May 6, 2026 by sysdiglabs
