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

fortimanager.SystemCertificateCa

Explore with Pulumi AI

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

    CA certificate.

    Create SystemCertificateCa Resource

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

    Constructor syntax

    new SystemCertificateCa(name: string, args?: SystemCertificateCaArgs, opts?: CustomResourceOptions);
    @overload
    def SystemCertificateCa(resource_name: str,
                            args: Optional[SystemCertificateCaArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemCertificateCa(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            cas: Optional[Sequence[str]] = None,
                            comment: Optional[str] = None,
                            name: Optional[str] = None,
                            system_certificate_ca_id: Optional[str] = None)
    func NewSystemCertificateCa(ctx *Context, name string, args *SystemCertificateCaArgs, opts ...ResourceOption) (*SystemCertificateCa, error)
    public SystemCertificateCa(string name, SystemCertificateCaArgs? args = null, CustomResourceOptions? opts = null)
    public SystemCertificateCa(String name, SystemCertificateCaArgs args)
    public SystemCertificateCa(String name, SystemCertificateCaArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemCertificateCa
    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 SystemCertificateCaArgs
    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 SystemCertificateCaArgs
    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 SystemCertificateCaArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemCertificateCaArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemCertificateCaArgs
    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 systemCertificateCaResource = new Fortimanager.SystemCertificateCa("systemCertificateCaResource", new()
    {
        Cas = new[]
        {
            "string",
        },
        Comment = "string",
        Name = "string",
        SystemCertificateCaId = "string",
    });
    
    example, err := fortimanager.NewSystemCertificateCa(ctx, "systemCertificateCaResource", &fortimanager.SystemCertificateCaArgs{
    Cas: pulumi.StringArray{
    pulumi.String("string"),
    },
    Comment: pulumi.String("string"),
    Name: pulumi.String("string"),
    SystemCertificateCaId: pulumi.String("string"),
    })
    
    var systemCertificateCaResource = new SystemCertificateCa("systemCertificateCaResource", SystemCertificateCaArgs.builder()
        .cas("string")
        .comment("string")
        .name("string")
        .systemCertificateCaId("string")
        .build());
    
    system_certificate_ca_resource = fortimanager.SystemCertificateCa("systemCertificateCaResource",
        cas=["string"],
        comment="string",
        name="string",
        system_certificate_ca_id="string")
    
    const systemCertificateCaResource = new fortimanager.SystemCertificateCa("systemCertificateCaResource", {
        cas: ["string"],
        comment: "string",
        name: "string",
        systemCertificateCaId: "string",
    });
    
    type: fortimanager:SystemCertificateCa
    properties:
        cas:
            - string
        comment: string
        name: string
        systemCertificateCaId: string
    

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

    Cas List<string>
    CA certificate.
    Comment string
    CA certificate comment.
    Name string
    Name.
    SystemCertificateCaId string
    an identifier for the resource with format {{name}}.
    Cas []string
    CA certificate.
    Comment string
    CA certificate comment.
    Name string
    Name.
    SystemCertificateCaId string
    an identifier for the resource with format {{name}}.
    cas List<String>
    CA certificate.
    comment String
    CA certificate comment.
    name String
    Name.
    systemCertificateCaId String
    an identifier for the resource with format {{name}}.
    cas string[]
    CA certificate.
    comment string
    CA certificate comment.
    name string
    Name.
    systemCertificateCaId string
    an identifier for the resource with format {{name}}.
    cas Sequence[str]
    CA certificate.
    comment str
    CA certificate comment.
    name str
    Name.
    system_certificate_ca_id str
    an identifier for the resource with format {{name}}.
    cas List<String>
    CA certificate.
    comment String
    CA certificate comment.
    name String
    Name.
    systemCertificateCaId String
    an identifier for the resource with format {{name}}.

    Outputs

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

    Get an existing SystemCertificateCa 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?: SystemCertificateCaState, opts?: CustomResourceOptions): SystemCertificateCa
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cas: Optional[Sequence[str]] = None,
            comment: Optional[str] = None,
            name: Optional[str] = None,
            system_certificate_ca_id: Optional[str] = None) -> SystemCertificateCa
    func GetSystemCertificateCa(ctx *Context, name string, id IDInput, state *SystemCertificateCaState, opts ...ResourceOption) (*SystemCertificateCa, error)
    public static SystemCertificateCa Get(string name, Input<string> id, SystemCertificateCaState? state, CustomResourceOptions? opts = null)
    public static SystemCertificateCa get(String name, Output<String> id, SystemCertificateCaState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemCertificateCa    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:
    Cas List<string>
    CA certificate.
    Comment string
    CA certificate comment.
    Name string
    Name.
    SystemCertificateCaId string
    an identifier for the resource with format {{name}}.
    Cas []string
    CA certificate.
    Comment string
    CA certificate comment.
    Name string
    Name.
    SystemCertificateCaId string
    an identifier for the resource with format {{name}}.
    cas List<String>
    CA certificate.
    comment String
    CA certificate comment.
    name String
    Name.
    systemCertificateCaId String
    an identifier for the resource with format {{name}}.
    cas string[]
    CA certificate.
    comment string
    CA certificate comment.
    name string
    Name.
    systemCertificateCaId string
    an identifier for the resource with format {{name}}.
    cas Sequence[str]
    CA certificate.
    comment str
    CA certificate comment.
    name str
    Name.
    system_certificate_ca_id str
    an identifier for the resource with format {{name}}.
    cas List<String>
    CA certificate.
    comment String
    CA certificate comment.
    name String
    Name.
    systemCertificateCaId String
    an identifier for the resource with format {{name}}.

    Import

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemCertificateCa:SystemCertificateCa 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