1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectFirewallSslsshprofileSslclientcertificate
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev

    ObjectFirewall SslSshProfileSslClientCertificate

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

    Create ObjectFirewallSslsshprofileSslclientcertificate Resource

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

    Constructor syntax

    new ObjectFirewallSslsshprofileSslclientcertificate(name: string, args: ObjectFirewallSslsshprofileSslclientcertificateArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallSslsshprofileSslclientcertificate(resource_name: str,
                                                        args: ObjectFirewallSslsshprofileSslclientcertificateArgs,
                                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallSslsshprofileSslclientcertificate(resource_name: str,
                                                        opts: Optional[ResourceOptions] = None,
                                                        ssl_ssh_profile: Optional[str] = None,
                                                        adom: Optional[str] = None,
                                                        canames: Optional[Sequence[str]] = None,
                                                        certs: Optional[Sequence[str]] = None,
                                                        keyring_lists: Optional[Sequence[str]] = None,
                                                        object_firewall_sslsshprofile_sslclientcertificate_id: Optional[str] = None,
                                                        scopetype: Optional[str] = None,
                                                        status: Optional[str] = None)
    func NewObjectFirewallSslsshprofileSslclientcertificate(ctx *Context, name string, args ObjectFirewallSslsshprofileSslclientcertificateArgs, opts ...ResourceOption) (*ObjectFirewallSslsshprofileSslclientcertificate, error)
    public ObjectFirewallSslsshprofileSslclientcertificate(string name, ObjectFirewallSslsshprofileSslclientcertificateArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallSslsshprofileSslclientcertificate(String name, ObjectFirewallSslsshprofileSslclientcertificateArgs args)
    public ObjectFirewallSslsshprofileSslclientcertificate(String name, ObjectFirewallSslsshprofileSslclientcertificateArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallSslsshprofileSslclientcertificate
    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 ObjectFirewallSslsshprofileSslclientcertificateArgs
    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 ObjectFirewallSslsshprofileSslclientcertificateArgs
    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 ObjectFirewallSslsshprofileSslclientcertificateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallSslsshprofileSslclientcertificateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallSslsshprofileSslclientcertificateArgs
    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 objectFirewallSslsshprofileSslclientcertificateResource = new Fortimanager.Index.ObjectFirewallSslsshprofileSslclientcertificate("objectFirewallSslsshprofileSslclientcertificateResource", new()
    {
        SslSshProfile = "string",
        Adom = "string",
        Canames = new[]
        {
            "string",
        },
        Certs = new[]
        {
            "string",
        },
        KeyringLists = new[]
        {
            "string",
        },
        ObjectFirewallSslsshprofileSslclientcertificateId = "string",
        Scopetype = "string",
        Status = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallSslsshprofileSslclientcertificate(ctx, "objectFirewallSslsshprofileSslclientcertificateResource", &fortimanager.ObjectFirewallSslsshprofileSslclientcertificateArgs{
    	SslSshProfile: pulumi.String("string"),
    	Adom:          pulumi.String("string"),
    	Canames: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Certs: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	KeyringLists: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ObjectFirewallSslsshprofileSslclientcertificateId: pulumi.String("string"),
    	Scopetype: pulumi.String("string"),
    	Status:    pulumi.String("string"),
    })
    
    var objectFirewallSslsshprofileSslclientcertificateResource = new ObjectFirewallSslsshprofileSslclientcertificate("objectFirewallSslsshprofileSslclientcertificateResource", ObjectFirewallSslsshprofileSslclientcertificateArgs.builder()
        .sslSshProfile("string")
        .adom("string")
        .canames("string")
        .certs("string")
        .keyringLists("string")
        .objectFirewallSslsshprofileSslclientcertificateId("string")
        .scopetype("string")
        .status("string")
        .build());
    
    object_firewall_sslsshprofile_sslclientcertificate_resource = fortimanager.ObjectFirewallSslsshprofileSslclientcertificate("objectFirewallSslsshprofileSslclientcertificateResource",
        ssl_ssh_profile="string",
        adom="string",
        canames=["string"],
        certs=["string"],
        keyring_lists=["string"],
        object_firewall_sslsshprofile_sslclientcertificate_id="string",
        scopetype="string",
        status="string")
    
    const objectFirewallSslsshprofileSslclientcertificateResource = new fortimanager.ObjectFirewallSslsshprofileSslclientcertificate("objectFirewallSslsshprofileSslclientcertificateResource", {
        sslSshProfile: "string",
        adom: "string",
        canames: ["string"],
        certs: ["string"],
        keyringLists: ["string"],
        objectFirewallSslsshprofileSslclientcertificateId: "string",
        scopetype: "string",
        status: "string",
    });
    
    type: fortimanager:ObjectFirewallSslsshprofileSslclientcertificate
    properties:
        adom: string
        canames:
            - string
        certs:
            - string
        keyringLists:
            - string
        objectFirewallSslsshprofileSslclientcertificateId: string
        scopetype: string
        sslSshProfile: string
        status: string
    

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

    SslSshProfile string
    Ssl Ssh Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Canames List<string>
    Caname.
    Certs List<string>
    Cert.
    KeyringLists List<string>
    Keyring-List.
    ObjectFirewallSslsshprofileSslclientcertificateId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    SslSshProfile string
    Ssl Ssh Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Canames []string
    Caname.
    Certs []string
    Cert.
    KeyringLists []string
    Keyring-List.
    ObjectFirewallSslsshprofileSslclientcertificateId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Status string
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    sslSshProfile String
    Ssl Ssh Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames List<String>
    Caname.
    certs List<String>
    Cert.
    keyringLists List<String>
    Keyring-List.
    objectFirewallSslsshprofileSslclientcertificateId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    sslSshProfile string
    Ssl Ssh Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames string[]
    Caname.
    certs string[]
    Cert.
    keyringLists string[]
    Keyring-List.
    objectFirewallSslsshprofileSslclientcertificateId string
    an identifier for the resource.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status string
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    ssl_ssh_profile str
    Ssl Ssh Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames Sequence[str]
    Caname.
    certs Sequence[str]
    Cert.
    keyring_lists Sequence[str]
    Keyring-List.
    object_firewall_sslsshprofile_sslclientcertificate_id str
    an identifier for the resource.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status str
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    sslSshProfile String
    Ssl Ssh Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames List<String>
    Caname.
    certs List<String>
    Cert.
    keyringLists List<String>
    Keyring-List.
    objectFirewallSslsshprofileSslclientcertificateId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    status String
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.

    Outputs

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

    Get an existing ObjectFirewallSslsshprofileSslclientcertificate 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?: ObjectFirewallSslsshprofileSslclientcertificateState, opts?: CustomResourceOptions): ObjectFirewallSslsshprofileSslclientcertificate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            canames: Optional[Sequence[str]] = None,
            certs: Optional[Sequence[str]] = None,
            keyring_lists: Optional[Sequence[str]] = None,
            object_firewall_sslsshprofile_sslclientcertificate_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            ssl_ssh_profile: Optional[str] = None,
            status: Optional[str] = None) -> ObjectFirewallSslsshprofileSslclientcertificate
    func GetObjectFirewallSslsshprofileSslclientcertificate(ctx *Context, name string, id IDInput, state *ObjectFirewallSslsshprofileSslclientcertificateState, opts ...ResourceOption) (*ObjectFirewallSslsshprofileSslclientcertificate, error)
    public static ObjectFirewallSslsshprofileSslclientcertificate Get(string name, Input<string> id, ObjectFirewallSslsshprofileSslclientcertificateState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallSslsshprofileSslclientcertificate get(String name, Output<String> id, ObjectFirewallSslsshprofileSslclientcertificateState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallSslsshprofileSslclientcertificate    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:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Canames List<string>
    Caname.
    Certs List<string>
    Cert.
    KeyringLists List<string>
    Keyring-List.
    ObjectFirewallSslsshprofileSslclientcertificateId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SslSshProfile string
    Ssl Ssh Profile.
    Status string
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Canames []string
    Caname.
    Certs []string
    Cert.
    KeyringLists []string
    Keyring-List.
    ObjectFirewallSslsshprofileSslclientcertificateId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SslSshProfile string
    Ssl Ssh Profile.
    Status string
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames List<String>
    Caname.
    certs List<String>
    Cert.
    keyringLists List<String>
    Keyring-List.
    objectFirewallSslsshprofileSslclientcertificateId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sslSshProfile String
    Ssl Ssh Profile.
    status String
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames string[]
    Caname.
    certs string[]
    Cert.
    keyringLists string[]
    Keyring-List.
    objectFirewallSslsshprofileSslclientcertificateId string
    an identifier for the resource.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sslSshProfile string
    Ssl Ssh Profile.
    status string
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames Sequence[str]
    Caname.
    certs Sequence[str]
    Cert.
    keyring_lists Sequence[str]
    Keyring-List.
    object_firewall_sslsshprofile_sslclientcertificate_id str
    an identifier for the resource.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssl_ssh_profile str
    Ssl Ssh Profile.
    status str
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    canames List<String>
    Caname.
    certs List<String>
    Cert.
    keyringLists List<String>
    Keyring-List.
    objectFirewallSslsshprofileSslclientcertificateId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sslSshProfile String
    Ssl Ssh Profile.
    status String
    Status. Valid values: do-not-offer, keyring-list, ca-sign, static.

    Import

    ObjectFirewall SslSshProfileSslClientCertificate can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallSslsshprofileSslclientcertificate:ObjectFirewallSslsshprofileSslclientcertificate labelname ObjectFirewallSslSshProfileSslClientCertificate
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    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.
    Viewing docs for fortimanager 1.16.0
    published on Saturday, Mar 7, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.