published on Saturday, Mar 7, 2026 by Pulumi
published on Saturday, Mar 7, 2026 by Pulumi
This resource can manage a TrustSec Work Process Settings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = new ise.trustsec.WorkProcessSettings("example", {
matrixMode: "MULTIPLE_MATRICES",
useDefcons: false,
enableApprovalWorkflow: false,
});
import pulumi
import pulumi_ise as ise
example = ise.trustsec.WorkProcessSettings("example",
matrix_mode="MULTIPLE_MATRICES",
use_defcons=False,
enable_approval_workflow=False)
package main
import (
"github.com/pulumi/pulumi-ise/sdk/go/ise/trustsec"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := trustsec.NewWorkProcessSettings(ctx, "example", &trustsec.WorkProcessSettingsArgs{
MatrixMode: pulumi.String("MULTIPLE_MATRICES"),
UseDefcons: pulumi.Bool(false),
EnableApprovalWorkflow: pulumi.Bool(false),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ise = Pulumi.Ise;
return await Deployment.RunAsync(() =>
{
var example = new Ise.TrustSec.WorkProcessSettings("example", new()
{
MatrixMode = "MULTIPLE_MATRICES",
UseDefcons = false,
EnableApprovalWorkflow = false,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ise.trustsec.WorkProcessSettings;
import com.pulumi.ise.trustsec.WorkProcessSettingsArgs;
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) {
var example = new WorkProcessSettings("example", WorkProcessSettingsArgs.builder()
.matrixMode("MULTIPLE_MATRICES")
.useDefcons(false)
.enableApprovalWorkflow(false)
.build());
}
}
resources:
example:
type: ise:trustsec:WorkProcessSettings
properties:
matrixMode: MULTIPLE_MATRICES
useDefcons: false
enableApprovalWorkflow: false
Create WorkProcessSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkProcessSettings(name: string, args?: WorkProcessSettingsArgs, opts?: CustomResourceOptions);@overload
def WorkProcessSettings(resource_name: str,
args: Optional[WorkProcessSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkProcessSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
enable_approval_workflow: Optional[bool] = None,
matrix_mode: Optional[str] = None,
use_defcons: Optional[bool] = None)func NewWorkProcessSettings(ctx *Context, name string, args *WorkProcessSettingsArgs, opts ...ResourceOption) (*WorkProcessSettings, error)public WorkProcessSettings(string name, WorkProcessSettingsArgs? args = null, CustomResourceOptions? opts = null)
public WorkProcessSettings(String name, WorkProcessSettingsArgs args)
public WorkProcessSettings(String name, WorkProcessSettingsArgs args, CustomResourceOptions options)
type: ise:trustsec:WorkProcessSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WorkProcessSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkProcessSettingsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkProcessSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkProcessSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkProcessSettingsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var workProcessSettingsResource = new Ise.TrustSec.WorkProcessSettings("workProcessSettingsResource", new()
{
EnableApprovalWorkflow = false,
MatrixMode = "string",
UseDefcons = false,
});
example, err := trustsec.NewWorkProcessSettings(ctx, "workProcessSettingsResource", &trustsec.WorkProcessSettingsArgs{
EnableApprovalWorkflow: pulumi.Bool(false),
MatrixMode: pulumi.String("string"),
UseDefcons: pulumi.Bool(false),
})
var workProcessSettingsResource = new WorkProcessSettings("workProcessSettingsResource", WorkProcessSettingsArgs.builder()
.enableApprovalWorkflow(false)
.matrixMode("string")
.useDefcons(false)
.build());
work_process_settings_resource = ise.trustsec.WorkProcessSettings("workProcessSettingsResource",
enable_approval_workflow=False,
matrix_mode="string",
use_defcons=False)
const workProcessSettingsResource = new ise.trustsec.WorkProcessSettings("workProcessSettingsResource", {
enableApprovalWorkflow: false,
matrixMode: "string",
useDefcons: false,
});
type: ise:trustsec:WorkProcessSettings
properties:
enableApprovalWorkflow: false
matrixMode: string
useDefcons: false
WorkProcessSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WorkProcessSettings resource accepts the following input properties:
- Enable
Approval boolWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- Matrix
Mode string - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- Use
Defcons bool - Whether to use DEFCON levels in the TrustSec Matrix
- Enable
Approval boolWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- Matrix
Mode string - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- Use
Defcons bool - Whether to use DEFCON levels in the TrustSec Matrix
- enable
Approval BooleanWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix
Mode String - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use
Defcons Boolean - Whether to use DEFCON levels in the TrustSec Matrix
- enable
Approval booleanWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix
Mode string - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use
Defcons boolean - Whether to use DEFCON levels in the TrustSec Matrix
- enable_
approval_ boolworkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix_
mode str - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use_
defcons bool - Whether to use DEFCON levels in the TrustSec Matrix
- enable
Approval BooleanWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix
Mode String - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use
Defcons Boolean - Whether to use DEFCON levels in the TrustSec Matrix
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkProcessSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WorkProcessSettings Resource
Get an existing WorkProcessSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WorkProcessSettingsState, opts?: CustomResourceOptions): WorkProcessSettings@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enable_approval_workflow: Optional[bool] = None,
matrix_mode: Optional[str] = None,
use_defcons: Optional[bool] = None) -> WorkProcessSettingsfunc GetWorkProcessSettings(ctx *Context, name string, id IDInput, state *WorkProcessSettingsState, opts ...ResourceOption) (*WorkProcessSettings, error)public static WorkProcessSettings Get(string name, Input<string> id, WorkProcessSettingsState? state, CustomResourceOptions? opts = null)public static WorkProcessSettings get(String name, Output<String> id, WorkProcessSettingsState state, CustomResourceOptions options)resources: _: type: ise:trustsec:WorkProcessSettings get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Enable
Approval boolWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- Matrix
Mode string - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- Use
Defcons bool - Whether to use DEFCON levels in the TrustSec Matrix
- Enable
Approval boolWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- Matrix
Mode string - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- Use
Defcons bool - Whether to use DEFCON levels in the TrustSec Matrix
- enable
Approval BooleanWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix
Mode String - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use
Defcons Boolean - Whether to use DEFCON levels in the TrustSec Matrix
- enable
Approval booleanWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix
Mode string - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use
Defcons boolean - Whether to use DEFCON levels in the TrustSec Matrix
- enable_
approval_ boolworkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix_
mode str - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use_
defcons bool - Whether to use DEFCON levels in the TrustSec Matrix
- enable
Approval BooleanWorkflow - Whether to enable approval workflow for TrustSec Matrix changes
- Default value:
false
- Default value:
- matrix
Mode String - TrustSec Matrix Mode
- Choices:
SINGLE_MATRIX,MULTIPLE_MATRICES
- Choices:
- use
Defcons Boolean - Whether to use DEFCON levels in the TrustSec Matrix
Import
The pulumi import command can be used, for example:
$ pulumi import ise:trustsec/workProcessSettings:WorkProcessSettings example "MULTIPLE_MATRICES"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
iseTerraform Provider.
published on Saturday, Mar 7, 2026 by Pulumi
