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

fortimanager.SystemCertificateRemote

Explore with Pulumi AI

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

    Remote certificate.

    Create SystemCertificateRemote Resource

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

    Constructor syntax

    new SystemCertificateRemote(name: string, args?: SystemCertificateRemoteArgs, opts?: CustomResourceOptions);
    @overload
    def SystemCertificateRemote(resource_name: str,
                                args: Optional[SystemCertificateRemoteArgs] = None,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemCertificateRemote(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                certs: Optional[Sequence[str]] = None,
                                comment: Optional[str] = None,
                                name: Optional[str] = None,
                                system_certificate_remote_id: Optional[str] = None)
    func NewSystemCertificateRemote(ctx *Context, name string, args *SystemCertificateRemoteArgs, opts ...ResourceOption) (*SystemCertificateRemote, error)
    public SystemCertificateRemote(string name, SystemCertificateRemoteArgs? args = null, CustomResourceOptions? opts = null)
    public SystemCertificateRemote(String name, SystemCertificateRemoteArgs args)
    public SystemCertificateRemote(String name, SystemCertificateRemoteArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemCertificateRemote
    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 SystemCertificateRemoteArgs
    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 SystemCertificateRemoteArgs
    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 SystemCertificateRemoteArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemCertificateRemoteArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemCertificateRemoteArgs
    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 systemCertificateRemoteResource = new Fortimanager.SystemCertificateRemote("systemCertificateRemoteResource", new()
    {
        Certs = new[]
        {
            "string",
        },
        Comment = "string",
        Name = "string",
        SystemCertificateRemoteId = "string",
    });
    
    example, err := fortimanager.NewSystemCertificateRemote(ctx, "systemCertificateRemoteResource", &fortimanager.SystemCertificateRemoteArgs{
    Certs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Comment: pulumi.String("string"),
    Name: pulumi.String("string"),
    SystemCertificateRemoteId: pulumi.String("string"),
    })
    
    var systemCertificateRemoteResource = new SystemCertificateRemote("systemCertificateRemoteResource", SystemCertificateRemoteArgs.builder()
        .certs("string")
        .comment("string")
        .name("string")
        .systemCertificateRemoteId("string")
        .build());
    
    system_certificate_remote_resource = fortimanager.SystemCertificateRemote("systemCertificateRemoteResource",
        certs=["string"],
        comment="string",
        name="string",
        system_certificate_remote_id="string")
    
    const systemCertificateRemoteResource = new fortimanager.SystemCertificateRemote("systemCertificateRemoteResource", {
        certs: ["string"],
        comment: "string",
        name: "string",
        systemCertificateRemoteId: "string",
    });
    
    type: fortimanager:SystemCertificateRemote
    properties:
        certs:
            - string
        comment: string
        name: string
        systemCertificateRemoteId: string
    

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

    Certs List<string>
    Remote certificate.
    Comment string
    Remote certificate comment.
    Name string
    Name.
    SystemCertificateRemoteId string
    an identifier for the resource with format {{name}}.
    Certs []string
    Remote certificate.
    Comment string
    Remote certificate comment.
    Name string
    Name.
    SystemCertificateRemoteId string
    an identifier for the resource with format {{name}}.
    certs List<String>
    Remote certificate.
    comment String
    Remote certificate comment.
    name String
    Name.
    systemCertificateRemoteId String
    an identifier for the resource with format {{name}}.
    certs string[]
    Remote certificate.
    comment string
    Remote certificate comment.
    name string
    Name.
    systemCertificateRemoteId string
    an identifier for the resource with format {{name}}.
    certs Sequence[str]
    Remote certificate.
    comment str
    Remote certificate comment.
    name str
    Name.
    system_certificate_remote_id str
    an identifier for the resource with format {{name}}.
    certs List<String>
    Remote certificate.
    comment String
    Remote certificate comment.
    name String
    Name.
    systemCertificateRemoteId String
    an identifier for the resource with format {{name}}.

    Outputs

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

    Get an existing SystemCertificateRemote 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?: SystemCertificateRemoteState, opts?: CustomResourceOptions): SystemCertificateRemote
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            certs: Optional[Sequence[str]] = None,
            comment: Optional[str] = None,
            name: Optional[str] = None,
            system_certificate_remote_id: Optional[str] = None) -> SystemCertificateRemote
    func GetSystemCertificateRemote(ctx *Context, name string, id IDInput, state *SystemCertificateRemoteState, opts ...ResourceOption) (*SystemCertificateRemote, error)
    public static SystemCertificateRemote Get(string name, Input<string> id, SystemCertificateRemoteState? state, CustomResourceOptions? opts = null)
    public static SystemCertificateRemote get(String name, Output<String> id, SystemCertificateRemoteState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemCertificateRemote    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:
    Certs List<string>
    Remote certificate.
    Comment string
    Remote certificate comment.
    Name string
    Name.
    SystemCertificateRemoteId string
    an identifier for the resource with format {{name}}.
    Certs []string
    Remote certificate.
    Comment string
    Remote certificate comment.
    Name string
    Name.
    SystemCertificateRemoteId string
    an identifier for the resource with format {{name}}.
    certs List<String>
    Remote certificate.
    comment String
    Remote certificate comment.
    name String
    Name.
    systemCertificateRemoteId String
    an identifier for the resource with format {{name}}.
    certs string[]
    Remote certificate.
    comment string
    Remote certificate comment.
    name string
    Name.
    systemCertificateRemoteId string
    an identifier for the resource with format {{name}}.
    certs Sequence[str]
    Remote certificate.
    comment str
    Remote certificate comment.
    name str
    Name.
    system_certificate_remote_id str
    an identifier for the resource with format {{name}}.
    certs List<String>
    Remote certificate.
    comment String
    Remote certificate comment.
    name String
    Name.
    systemCertificateRemoteId String
    an identifier for the resource with format {{name}}.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemCertificateRemote:SystemCertificateRemote 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