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

fortimanager.SystemSocfabricTrustedlist

Explore with Pulumi AI

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

    Pre-authorized security fabric nodes

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

    Create SystemSocfabricTrustedlist Resource

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

    Constructor syntax

    new SystemSocfabricTrustedlist(name: string, args?: SystemSocfabricTrustedlistArgs, opts?: CustomResourceOptions);
    @overload
    def SystemSocfabricTrustedlist(resource_name: str,
                                   args: Optional[SystemSocfabricTrustedlistArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemSocfabricTrustedlist(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   fosid: Optional[float] = None,
                                   serial: Optional[str] = None,
                                   system_socfabric_trustedlist_id: Optional[str] = None)
    func NewSystemSocfabricTrustedlist(ctx *Context, name string, args *SystemSocfabricTrustedlistArgs, opts ...ResourceOption) (*SystemSocfabricTrustedlist, error)
    public SystemSocfabricTrustedlist(string name, SystemSocfabricTrustedlistArgs? args = null, CustomResourceOptions? opts = null)
    public SystemSocfabricTrustedlist(String name, SystemSocfabricTrustedlistArgs args)
    public SystemSocfabricTrustedlist(String name, SystemSocfabricTrustedlistArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemSocfabricTrustedlist
    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 SystemSocfabricTrustedlistArgs
    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 SystemSocfabricTrustedlistArgs
    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 SystemSocfabricTrustedlistArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemSocfabricTrustedlistArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemSocfabricTrustedlistArgs
    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 systemSocfabricTrustedlistResource = new Fortimanager.SystemSocfabricTrustedlist("systemSocfabricTrustedlistResource", new()
    {
        Fosid = 0,
        Serial = "string",
        SystemSocfabricTrustedlistId = "string",
    });
    
    example, err := fortimanager.NewSystemSocfabricTrustedlist(ctx, "systemSocfabricTrustedlistResource", &fortimanager.SystemSocfabricTrustedlistArgs{
    Fosid: pulumi.Float64(0),
    Serial: pulumi.String("string"),
    SystemSocfabricTrustedlistId: pulumi.String("string"),
    })
    
    var systemSocfabricTrustedlistResource = new SystemSocfabricTrustedlist("systemSocfabricTrustedlistResource", SystemSocfabricTrustedlistArgs.builder()
        .fosid(0)
        .serial("string")
        .systemSocfabricTrustedlistId("string")
        .build());
    
    system_socfabric_trustedlist_resource = fortimanager.SystemSocfabricTrustedlist("systemSocfabricTrustedlistResource",
        fosid=0,
        serial="string",
        system_socfabric_trustedlist_id="string")
    
    const systemSocfabricTrustedlistResource = new fortimanager.SystemSocfabricTrustedlist("systemSocfabricTrustedlistResource", {
        fosid: 0,
        serial: "string",
        systemSocfabricTrustedlistId: "string",
    });
    
    type: fortimanager:SystemSocfabricTrustedlist
    properties:
        fosid: 0
        serial: string
        systemSocfabricTrustedlistId: string
    

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

    Fosid double
    Trusted list ID.
    Serial string
    FAZ serial number(support wildcard).
    SystemSocfabricTrustedlistId string
    an identifier for the resource with format {{fosid}}.
    Fosid float64
    Trusted list ID.
    Serial string
    FAZ serial number(support wildcard).
    SystemSocfabricTrustedlistId string
    an identifier for the resource with format {{fosid}}.
    fosid Double
    Trusted list ID.
    serial String
    FAZ serial number(support wildcard).
    systemSocfabricTrustedlistId String
    an identifier for the resource with format {{fosid}}.
    fosid number
    Trusted list ID.
    serial string
    FAZ serial number(support wildcard).
    systemSocfabricTrustedlistId string
    an identifier for the resource with format {{fosid}}.
    fosid float
    Trusted list ID.
    serial str
    FAZ serial number(support wildcard).
    system_socfabric_trustedlist_id str
    an identifier for the resource with format {{fosid}}.
    fosid Number
    Trusted list ID.
    serial String
    FAZ serial number(support wildcard).
    systemSocfabricTrustedlistId String
    an identifier for the resource with format {{fosid}}.

    Outputs

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

    Get an existing SystemSocfabricTrustedlist 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?: SystemSocfabricTrustedlistState, opts?: CustomResourceOptions): SystemSocfabricTrustedlist
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            fosid: Optional[float] = None,
            serial: Optional[str] = None,
            system_socfabric_trustedlist_id: Optional[str] = None) -> SystemSocfabricTrustedlist
    func GetSystemSocfabricTrustedlist(ctx *Context, name string, id IDInput, state *SystemSocfabricTrustedlistState, opts ...ResourceOption) (*SystemSocfabricTrustedlist, error)
    public static SystemSocfabricTrustedlist Get(string name, Input<string> id, SystemSocfabricTrustedlistState? state, CustomResourceOptions? opts = null)
    public static SystemSocfabricTrustedlist get(String name, Output<String> id, SystemSocfabricTrustedlistState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemSocfabricTrustedlist    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:
    Fosid double
    Trusted list ID.
    Serial string
    FAZ serial number(support wildcard).
    SystemSocfabricTrustedlistId string
    an identifier for the resource with format {{fosid}}.
    Fosid float64
    Trusted list ID.
    Serial string
    FAZ serial number(support wildcard).
    SystemSocfabricTrustedlistId string
    an identifier for the resource with format {{fosid}}.
    fosid Double
    Trusted list ID.
    serial String
    FAZ serial number(support wildcard).
    systemSocfabricTrustedlistId String
    an identifier for the resource with format {{fosid}}.
    fosid number
    Trusted list ID.
    serial string
    FAZ serial number(support wildcard).
    systemSocfabricTrustedlistId string
    an identifier for the resource with format {{fosid}}.
    fosid float
    Trusted list ID.
    serial str
    FAZ serial number(support wildcard).
    system_socfabric_trustedlist_id str
    an identifier for the resource with format {{fosid}}.
    fosid Number
    Trusted list ID.
    serial String
    FAZ serial number(support wildcard).
    systemSocfabricTrustedlistId String
    an identifier for the resource with format {{fosid}}.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemSocfabricTrustedlist:SystemSocfabricTrustedlist labelname {{fosid}}
    

    $ 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