1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SystemWorkflowApprovalmatrixApprover
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SystemWorkflowApprovalmatrixApprover

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Approver.

    This resource is a sub resource for variable approver of resource fortimanager.SystemWorkflowApprovalmatrix. Conflict and overwrite may occur if use both of them.

    Create SystemWorkflowApprovalmatrixApprover Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SystemWorkflowApprovalmatrixApprover(name: string, args: SystemWorkflowApprovalmatrixApproverArgs, opts?: CustomResourceOptions);
    @overload
    def SystemWorkflowApprovalmatrixApprover(resource_name: str,
                                             args: SystemWorkflowApprovalmatrixApproverInitArgs,
                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemWorkflowApprovalmatrixApprover(resource_name: str,
                                             opts: Optional[ResourceOptions] = None,
                                             approval_matrix: Optional[str] = None,
                                             member: Optional[str] = None,
                                             seq_num: Optional[float] = None,
                                             system_workflow_approvalmatrix_approver_id: Optional[str] = None)
    func NewSystemWorkflowApprovalmatrixApprover(ctx *Context, name string, args SystemWorkflowApprovalmatrixApproverArgs, opts ...ResourceOption) (*SystemWorkflowApprovalmatrixApprover, error)
    public SystemWorkflowApprovalmatrixApprover(string name, SystemWorkflowApprovalmatrixApproverArgs args, CustomResourceOptions? opts = null)
    public SystemWorkflowApprovalmatrixApprover(String name, SystemWorkflowApprovalmatrixApproverArgs args)
    public SystemWorkflowApprovalmatrixApprover(String name, SystemWorkflowApprovalmatrixApproverArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemWorkflowApprovalmatrixApprover
    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 SystemWorkflowApprovalmatrixApproverArgs
    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 SystemWorkflowApprovalmatrixApproverInitArgs
    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 SystemWorkflowApprovalmatrixApproverArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemWorkflowApprovalmatrixApproverArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemWorkflowApprovalmatrixApproverArgs
    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 systemWorkflowApprovalmatrixApproverResource = new Fortimanager.SystemWorkflowApprovalmatrixApprover("systemWorkflowApprovalmatrixApproverResource", new()
    {
        ApprovalMatrix = "string",
        Member = "string",
        SeqNum = 0,
        SystemWorkflowApprovalmatrixApproverId = "string",
    });
    
    example, err := fortimanager.NewSystemWorkflowApprovalmatrixApprover(ctx, "systemWorkflowApprovalmatrixApproverResource", &fortimanager.SystemWorkflowApprovalmatrixApproverArgs{
    ApprovalMatrix: pulumi.String("string"),
    Member: pulumi.String("string"),
    SeqNum: pulumi.Float64(0),
    SystemWorkflowApprovalmatrixApproverId: pulumi.String("string"),
    })
    
    var systemWorkflowApprovalmatrixApproverResource = new SystemWorkflowApprovalmatrixApprover("systemWorkflowApprovalmatrixApproverResource", SystemWorkflowApprovalmatrixApproverArgs.builder()
        .approvalMatrix("string")
        .member("string")
        .seqNum(0)
        .systemWorkflowApprovalmatrixApproverId("string")
        .build());
    
    system_workflow_approvalmatrix_approver_resource = fortimanager.SystemWorkflowApprovalmatrixApprover("systemWorkflowApprovalmatrixApproverResource",
        approval_matrix="string",
        member="string",
        seq_num=0,
        system_workflow_approvalmatrix_approver_id="string")
    
    const systemWorkflowApprovalmatrixApproverResource = new fortimanager.SystemWorkflowApprovalmatrixApprover("systemWorkflowApprovalmatrixApproverResource", {
        approvalMatrix: "string",
        member: "string",
        seqNum: 0,
        systemWorkflowApprovalmatrixApproverId: "string",
    });
    
    type: fortimanager:SystemWorkflowApprovalmatrixApprover
    properties:
        approvalMatrix: string
        member: string
        seqNum: 0
        systemWorkflowApprovalmatrixApproverId: string
    

    SystemWorkflowApprovalmatrixApprover 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 SystemWorkflowApprovalmatrixApprover resource accepts the following input properties:

    ApprovalMatrix string
    Approval Matrix.
    Member string
    Member of approver.
    SeqNum double
    Entry number.
    SystemWorkflowApprovalmatrixApproverId string
    an identifier for the resource with format {{seq_num}}.
    ApprovalMatrix string
    Approval Matrix.
    Member string
    Member of approver.
    SeqNum float64
    Entry number.
    SystemWorkflowApprovalmatrixApproverId string
    an identifier for the resource with format {{seq_num}}.
    approvalMatrix String
    Approval Matrix.
    member String
    Member of approver.
    seqNum Double
    Entry number.
    systemWorkflowApprovalmatrixApproverId String
    an identifier for the resource with format {{seq_num}}.
    approvalMatrix string
    Approval Matrix.
    member string
    Member of approver.
    seqNum number
    Entry number.
    systemWorkflowApprovalmatrixApproverId string
    an identifier for the resource with format {{seq_num}}.
    approval_matrix str
    Approval Matrix.
    member str
    Member of approver.
    seq_num float
    Entry number.
    system_workflow_approvalmatrix_approver_id str
    an identifier for the resource with format {{seq_num}}.
    approvalMatrix String
    Approval Matrix.
    member String
    Member of approver.
    seqNum Number
    Entry number.
    systemWorkflowApprovalmatrixApproverId String
    an identifier for the resource with format {{seq_num}}.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SystemWorkflowApprovalmatrixApprover 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 SystemWorkflowApprovalmatrixApprover Resource

    Get an existing SystemWorkflowApprovalmatrixApprover 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?: SystemWorkflowApprovalmatrixApproverState, opts?: CustomResourceOptions): SystemWorkflowApprovalmatrixApprover
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            approval_matrix: Optional[str] = None,
            member: Optional[str] = None,
            seq_num: Optional[float] = None,
            system_workflow_approvalmatrix_approver_id: Optional[str] = None) -> SystemWorkflowApprovalmatrixApprover
    func GetSystemWorkflowApprovalmatrixApprover(ctx *Context, name string, id IDInput, state *SystemWorkflowApprovalmatrixApproverState, opts ...ResourceOption) (*SystemWorkflowApprovalmatrixApprover, error)
    public static SystemWorkflowApprovalmatrixApprover Get(string name, Input<string> id, SystemWorkflowApprovalmatrixApproverState? state, CustomResourceOptions? opts = null)
    public static SystemWorkflowApprovalmatrixApprover get(String name, Output<String> id, SystemWorkflowApprovalmatrixApproverState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemWorkflowApprovalmatrixApprover    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.
    The following state arguments are supported:
    ApprovalMatrix string
    Approval Matrix.
    Member string
    Member of approver.
    SeqNum double
    Entry number.
    SystemWorkflowApprovalmatrixApproverId string
    an identifier for the resource with format {{seq_num}}.
    ApprovalMatrix string
    Approval Matrix.
    Member string
    Member of approver.
    SeqNum float64
    Entry number.
    SystemWorkflowApprovalmatrixApproverId string
    an identifier for the resource with format {{seq_num}}.
    approvalMatrix String
    Approval Matrix.
    member String
    Member of approver.
    seqNum Double
    Entry number.
    systemWorkflowApprovalmatrixApproverId String
    an identifier for the resource with format {{seq_num}}.
    approvalMatrix string
    Approval Matrix.
    member string
    Member of approver.
    seqNum number
    Entry number.
    systemWorkflowApprovalmatrixApproverId string
    an identifier for the resource with format {{seq_num}}.
    approval_matrix str
    Approval Matrix.
    member str
    Member of approver.
    seq_num float
    Entry number.
    system_workflow_approvalmatrix_approver_id str
    an identifier for the resource with format {{seq_num}}.
    approvalMatrix String
    Approval Matrix.
    member String
    Member of approver.
    seqNum Number
    Entry number.
    systemWorkflowApprovalmatrixApproverId String
    an identifier for the resource with format {{seq_num}}.

    Import

    System WorkflowApprovalMatrixApprover can be imported using any of these accepted formats:

    Set import_options = [“approval_matrix=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemWorkflowApprovalmatrixApprover:SystemWorkflowApprovalmatrixApprover labelname {{seq_num}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev