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

fortimanager.SystemCsfTrustedlist

Explore with Pulumi AI

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

    Pre-authorized and blocked security fabric nodes.

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

    Create SystemCsfTrustedlist Resource

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

    Constructor syntax

    new SystemCsfTrustedlist(name: string, args?: SystemCsfTrustedlistArgs, opts?: CustomResourceOptions);
    @overload
    def SystemCsfTrustedlist(resource_name: str,
                             args: Optional[SystemCsfTrustedlistArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemCsfTrustedlist(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             action: Optional[str] = None,
                             authorization_type: Optional[str] = None,
                             certificate: Optional[str] = None,
                             downstream_authorization: Optional[str] = None,
                             ha_members: Optional[str] = None,
                             index: Optional[float] = None,
                             name: Optional[str] = None,
                             serial: Optional[str] = None,
                             system_csf_trustedlist_id: Optional[str] = None)
    func NewSystemCsfTrustedlist(ctx *Context, name string, args *SystemCsfTrustedlistArgs, opts ...ResourceOption) (*SystemCsfTrustedlist, error)
    public SystemCsfTrustedlist(string name, SystemCsfTrustedlistArgs? args = null, CustomResourceOptions? opts = null)
    public SystemCsfTrustedlist(String name, SystemCsfTrustedlistArgs args)
    public SystemCsfTrustedlist(String name, SystemCsfTrustedlistArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemCsfTrustedlist
    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 SystemCsfTrustedlistArgs
    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 SystemCsfTrustedlistArgs
    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 SystemCsfTrustedlistArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemCsfTrustedlistArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemCsfTrustedlistArgs
    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 systemCsfTrustedlistResource = new Fortimanager.SystemCsfTrustedlist("systemCsfTrustedlistResource", new()
    {
        Action = "string",
        AuthorizationType = "string",
        Certificate = "string",
        DownstreamAuthorization = "string",
        HaMembers = "string",
        Index = 0,
        Name = "string",
        Serial = "string",
        SystemCsfTrustedlistId = "string",
    });
    
    example, err := fortimanager.NewSystemCsfTrustedlist(ctx, "systemCsfTrustedlistResource", &fortimanager.SystemCsfTrustedlistArgs{
    Action: pulumi.String("string"),
    AuthorizationType: pulumi.String("string"),
    Certificate: pulumi.String("string"),
    DownstreamAuthorization: pulumi.String("string"),
    HaMembers: pulumi.String("string"),
    Index: pulumi.Float64(0),
    Name: pulumi.String("string"),
    Serial: pulumi.String("string"),
    SystemCsfTrustedlistId: pulumi.String("string"),
    })
    
    var systemCsfTrustedlistResource = new SystemCsfTrustedlist("systemCsfTrustedlistResource", SystemCsfTrustedlistArgs.builder()
        .action("string")
        .authorizationType("string")
        .certificate("string")
        .downstreamAuthorization("string")
        .haMembers("string")
        .index(0)
        .name("string")
        .serial("string")
        .systemCsfTrustedlistId("string")
        .build());
    
    system_csf_trustedlist_resource = fortimanager.SystemCsfTrustedlist("systemCsfTrustedlistResource",
        action="string",
        authorization_type="string",
        certificate="string",
        downstream_authorization="string",
        ha_members="string",
        index=0,
        name="string",
        serial="string",
        system_csf_trustedlist_id="string")
    
    const systemCsfTrustedlistResource = new fortimanager.SystemCsfTrustedlist("systemCsfTrustedlistResource", {
        action: "string",
        authorizationType: "string",
        certificate: "string",
        downstreamAuthorization: "string",
        haMembers: "string",
        index: 0,
        name: "string",
        serial: "string",
        systemCsfTrustedlistId: "string",
    });
    
    type: fortimanager:SystemCsfTrustedlist
    properties:
        action: string
        authorizationType: string
        certificate: string
        downstreamAuthorization: string
        haMembers: string
        index: 0
        name: string
        serial: string
        systemCsfTrustedlistId: string
    

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

    Action string
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    AuthorizationType string
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    Certificate string
    Certificate.
    DownstreamAuthorization string
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    HaMembers string
    HA members.
    Index double
    Index of the downstream in tree.
    Name string
    Name.
    Serial string
    Serial.
    SystemCsfTrustedlistId string
    an identifier for the resource with format {{name}}.
    Action string
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    AuthorizationType string
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    Certificate string
    Certificate.
    DownstreamAuthorization string
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    HaMembers string
    HA members.
    Index float64
    Index of the downstream in tree.
    Name string
    Name.
    Serial string
    Serial.
    SystemCsfTrustedlistId string
    an identifier for the resource with format {{name}}.
    action String
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorizationType String
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate String
    Certificate.
    downstreamAuthorization String
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    haMembers String
    HA members.
    index Double
    Index of the downstream in tree.
    name String
    Name.
    serial String
    Serial.
    systemCsfTrustedlistId String
    an identifier for the resource with format {{name}}.
    action string
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorizationType string
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate string
    Certificate.
    downstreamAuthorization string
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    haMembers string
    HA members.
    index number
    Index of the downstream in tree.
    name string
    Name.
    serial string
    Serial.
    systemCsfTrustedlistId string
    an identifier for the resource with format {{name}}.
    action str
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorization_type str
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate str
    Certificate.
    downstream_authorization str
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    ha_members str
    HA members.
    index float
    Index of the downstream in tree.
    name str
    Name.
    serial str
    Serial.
    system_csf_trustedlist_id str
    an identifier for the resource with format {{name}}.
    action String
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorizationType String
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate String
    Certificate.
    downstreamAuthorization String
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    haMembers String
    HA members.
    index Number
    Index of the downstream in tree.
    name String
    Name.
    serial String
    Serial.
    systemCsfTrustedlistId String
    an identifier for the resource with format {{name}}.

    Outputs

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

    Get an existing SystemCsfTrustedlist 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?: SystemCsfTrustedlistState, opts?: CustomResourceOptions): SystemCsfTrustedlist
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            authorization_type: Optional[str] = None,
            certificate: Optional[str] = None,
            downstream_authorization: Optional[str] = None,
            ha_members: Optional[str] = None,
            index: Optional[float] = None,
            name: Optional[str] = None,
            serial: Optional[str] = None,
            system_csf_trustedlist_id: Optional[str] = None) -> SystemCsfTrustedlist
    func GetSystemCsfTrustedlist(ctx *Context, name string, id IDInput, state *SystemCsfTrustedlistState, opts ...ResourceOption) (*SystemCsfTrustedlist, error)
    public static SystemCsfTrustedlist Get(string name, Input<string> id, SystemCsfTrustedlistState? state, CustomResourceOptions? opts = null)
    public static SystemCsfTrustedlist get(String name, Output<String> id, SystemCsfTrustedlistState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemCsfTrustedlist    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:
    Action string
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    AuthorizationType string
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    Certificate string
    Certificate.
    DownstreamAuthorization string
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    HaMembers string
    HA members.
    Index double
    Index of the downstream in tree.
    Name string
    Name.
    Serial string
    Serial.
    SystemCsfTrustedlistId string
    an identifier for the resource with format {{name}}.
    Action string
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    AuthorizationType string
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    Certificate string
    Certificate.
    DownstreamAuthorization string
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    HaMembers string
    HA members.
    Index float64
    Index of the downstream in tree.
    Name string
    Name.
    Serial string
    Serial.
    SystemCsfTrustedlistId string
    an identifier for the resource with format {{name}}.
    action String
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorizationType String
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate String
    Certificate.
    downstreamAuthorization String
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    haMembers String
    HA members.
    index Double
    Index of the downstream in tree.
    name String
    Name.
    serial String
    Serial.
    systemCsfTrustedlistId String
    an identifier for the resource with format {{name}}.
    action string
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorizationType string
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate string
    Certificate.
    downstreamAuthorization string
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    haMembers string
    HA members.
    index number
    Index of the downstream in tree.
    name string
    Name.
    serial string
    Serial.
    systemCsfTrustedlistId string
    an identifier for the resource with format {{name}}.
    action str
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorization_type str
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate str
    Certificate.
    downstream_authorization str
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    ha_members str
    HA members.
    index float
    Index of the downstream in tree.
    name str
    Name.
    serial str
    Serial.
    system_csf_trustedlist_id str
    an identifier for the resource with format {{name}}.
    action String
    Security fabric authorization action. accept - Accept authorization request. deny - Deny authorization request. Valid values: accept, deny.
    authorizationType String
    Authorization type. serial - Verify downstream by serial number. certificate - Verify downstream by certificate. Valid values: serial, certificate.
    certificate String
    Certificate.
    downstreamAuthorization String
    Trust authorizations by this node's administrator. disable - Disable downstream authorization. enable - Enable downstream authorization. Valid values: disable, enable.
    haMembers String
    HA members.
    index Number
    Index of the downstream in tree.
    name String
    Name.
    serial String
    Serial.
    systemCsfTrustedlistId String
    an identifier for the resource with format {{name}}.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemCsfTrustedlist:SystemCsfTrustedlist labelname {{name}}
    

    $ 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