sysdig 1.53.0 published on Thursday, Apr 17, 2025 by sysdiglabs
sysdig.getSecurePosturePolicy
Explore with Pulumi AI
sysdig 1.53.0 published on Thursday, Apr 17, 2025 by sysdiglabs
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
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.GetSecurePosturePoliciesArgs;
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 policy = SysdigFunctions.getSecurePosturePolicies(GetSecurePosturePoliciesArgs.builder()
.id("454678")
.build());
}
}
variables:
policy:
fn::invoke:
function: sysdig:getSecurePosturePolicies
arguments:
id: '454678'
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,
timeouts: Optional[GetSecurePosturePolicyTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetSecurePosturePolicyResult
def get_secure_posture_policy_output(groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetSecurePosturePolicyGroupArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[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 dictionary
The following arguments are supported:
- Id string
- The ID of the Posture Policy, eg.
2
- Groups
List<Get
Secure Posture Policy Group> - Timeouts
Get
Secure Posture Policy Timeouts
- Id string
- The ID of the Posture Policy, eg.
2
- Groups
[]Get
Secure Posture Policy Group - Timeouts
Get
Secure Posture Policy Timeouts
- id String
- The ID of the Posture Policy, eg.
2
- groups
List<Get
Secure Posture Policy Group> - timeouts
Get
Secure Posture Policy Timeouts
- id string
- The ID of the Posture Policy, eg.
2
- groups
Get
Secure Posture Policy Group[] - timeouts
Get
Secure Posture Policy Timeouts
- id str
- The ID of the Posture Policy, eg.
2
- groups
Sequence[Get
Secure Posture Policy Group] - timeouts
Get
Secure Posture Policy Timeouts
- id String
- The ID of the Posture Policy, eg.
2
- groups List<Property Map>
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- requirements List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupGroupRequirementControl
GetSecurePosturePolicyGroupGroupGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupGroupGroupRequirementControl
GetSecurePosturePolicyGroupGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupGroupRequirementControl
GetSecurePosturePolicyGroupGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- controls List<Property Map>
GetSecurePosturePolicyGroupGroupRequirementControl
GetSecurePosturePolicyGroupRequirement
- Description string
- The description of the Posture Policy Requirement.
- Id string
- The ID of the Posture Policy, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- Name string
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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, eg.
2
- name string
- The name of the Posture Control.
- 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, eg.
2
- name str
- The name of the Posture Control.
- 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, eg.
2
- name String
- The name of the Posture Control.
- 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
sysdig
Terraform Provider.
sysdig 1.53.0 published on Thursday, Apr 17, 2025 by sysdiglabs