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

fortimanager.ObjectFirewallAccessproxysshclientcertCertextension

Explore with Pulumi AI

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

    Configure certificate extension for user certificate.

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

    Create ObjectFirewallAccessproxysshclientcertCertextension Resource

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

    Constructor syntax

    new ObjectFirewallAccessproxysshclientcertCertextension(name: string, args: ObjectFirewallAccessproxysshclientcertCertextensionArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFirewallAccessproxysshclientcertCertextension(resource_name: str,
                                                            args: ObjectFirewallAccessproxysshclientcertCertextensionArgs,
                                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFirewallAccessproxysshclientcertCertextension(resource_name: str,
                                                            opts: Optional[ResourceOptions] = None,
                                                            access_proxy_ssh_client_cert: Optional[str] = None,
                                                            adom: Optional[str] = None,
                                                            critical: Optional[str] = None,
                                                            data: Optional[str] = None,
                                                            name: Optional[str] = None,
                                                            object_firewall_accessproxysshclientcert_certextension_id: Optional[str] = None,
                                                            scopetype: Optional[str] = None,
                                                            type: Optional[str] = None)
    func NewObjectFirewallAccessproxysshclientcertCertextension(ctx *Context, name string, args ObjectFirewallAccessproxysshclientcertCertextensionArgs, opts ...ResourceOption) (*ObjectFirewallAccessproxysshclientcertCertextension, error)
    public ObjectFirewallAccessproxysshclientcertCertextension(string name, ObjectFirewallAccessproxysshclientcertCertextensionArgs args, CustomResourceOptions? opts = null)
    public ObjectFirewallAccessproxysshclientcertCertextension(String name, ObjectFirewallAccessproxysshclientcertCertextensionArgs args)
    public ObjectFirewallAccessproxysshclientcertCertextension(String name, ObjectFirewallAccessproxysshclientcertCertextensionArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFirewallAccessproxysshclientcertCertextension
    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 ObjectFirewallAccessproxysshclientcertCertextensionArgs
    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 ObjectFirewallAccessproxysshclientcertCertextensionArgs
    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 ObjectFirewallAccessproxysshclientcertCertextensionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFirewallAccessproxysshclientcertCertextensionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFirewallAccessproxysshclientcertCertextensionArgs
    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 objectFirewallAccessproxysshclientcertCertextensionResource = new Fortimanager.ObjectFirewallAccessproxysshclientcertCertextension("objectFirewallAccessproxysshclientcertCertextensionResource", new()
    {
        AccessProxySshClientCert = "string",
        Adom = "string",
        Critical = "string",
        Data = "string",
        Name = "string",
        ObjectFirewallAccessproxysshclientcertCertextensionId = "string",
        Scopetype = "string",
        Type = "string",
    });
    
    example, err := fortimanager.NewObjectFirewallAccessproxysshclientcertCertextension(ctx, "objectFirewallAccessproxysshclientcertCertextensionResource", &fortimanager.ObjectFirewallAccessproxysshclientcertCertextensionArgs{
    AccessProxySshClientCert: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Critical: pulumi.String("string"),
    Data: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectFirewallAccessproxysshclientcertCertextensionId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Type: pulumi.String("string"),
    })
    
    var objectFirewallAccessproxysshclientcertCertextensionResource = new ObjectFirewallAccessproxysshclientcertCertextension("objectFirewallAccessproxysshclientcertCertextensionResource", ObjectFirewallAccessproxysshclientcertCertextensionArgs.builder()
        .accessProxySshClientCert("string")
        .adom("string")
        .critical("string")
        .data("string")
        .name("string")
        .objectFirewallAccessproxysshclientcertCertextensionId("string")
        .scopetype("string")
        .type("string")
        .build());
    
    object_firewall_accessproxysshclientcert_certextension_resource = fortimanager.ObjectFirewallAccessproxysshclientcertCertextension("objectFirewallAccessproxysshclientcertCertextensionResource",
        access_proxy_ssh_client_cert="string",
        adom="string",
        critical="string",
        data="string",
        name="string",
        object_firewall_accessproxysshclientcert_certextension_id="string",
        scopetype="string",
        type="string")
    
    const objectFirewallAccessproxysshclientcertCertextensionResource = new fortimanager.ObjectFirewallAccessproxysshclientcertCertextension("objectFirewallAccessproxysshclientcertCertextensionResource", {
        accessProxySshClientCert: "string",
        adom: "string",
        critical: "string",
        data: "string",
        name: "string",
        objectFirewallAccessproxysshclientcertCertextensionId: "string",
        scopetype: "string",
        type: "string",
    });
    
    type: fortimanager:ObjectFirewallAccessproxysshclientcertCertextension
    properties:
        accessProxySshClientCert: string
        adom: string
        critical: string
        data: string
        name: string
        objectFirewallAccessproxysshclientcertCertextensionId: string
        scopetype: string
        type: string
    

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

    AccessProxySshClientCert string
    Access Proxy Ssh Client Cert.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Critical string
    Critical option. Valid values: no, yes.
    Data string
    Data of certificate extension.
    Name string
    Name of certificate extension.
    ObjectFirewallAccessproxysshclientcertCertextensionId string
    an identifier for the resource with format {{name}}.
    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.
    Type string
    Type of certificate extension. Valid values: fixed, user.
    AccessProxySshClientCert string
    Access Proxy Ssh Client Cert.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Critical string
    Critical option. Valid values: no, yes.
    Data string
    Data of certificate extension.
    Name string
    Name of certificate extension.
    ObjectFirewallAccessproxysshclientcertCertextensionId string
    an identifier for the resource with format {{name}}.
    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.
    Type string
    Type of certificate extension. Valid values: fixed, user.
    accessProxySshClientCert String
    Access Proxy Ssh Client Cert.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical String
    Critical option. Valid values: no, yes.
    data String
    Data of certificate extension.
    name String
    Name of certificate extension.
    objectFirewallAccessproxysshclientcertCertextensionId String
    an identifier for the resource with format {{name}}.
    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.
    type String
    Type of certificate extension. Valid values: fixed, user.
    accessProxySshClientCert string
    Access Proxy Ssh Client Cert.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical string
    Critical option. Valid values: no, yes.
    data string
    Data of certificate extension.
    name string
    Name of certificate extension.
    objectFirewallAccessproxysshclientcertCertextensionId string
    an identifier for the resource with format {{name}}.
    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.
    type string
    Type of certificate extension. Valid values: fixed, user.
    access_proxy_ssh_client_cert str
    Access Proxy Ssh Client Cert.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical str
    Critical option. Valid values: no, yes.
    data str
    Data of certificate extension.
    name str
    Name of certificate extension.
    object_firewall_accessproxysshclientcert_certextension_id str
    an identifier for the resource with format {{name}}.
    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.
    type str
    Type of certificate extension. Valid values: fixed, user.
    accessProxySshClientCert String
    Access Proxy Ssh Client Cert.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical String
    Critical option. Valid values: no, yes.
    data String
    Data of certificate extension.
    name String
    Name of certificate extension.
    objectFirewallAccessproxysshclientcertCertextensionId String
    an identifier for the resource with format {{name}}.
    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.
    type String
    Type of certificate extension. Valid values: fixed, user.

    Outputs

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

    Get an existing ObjectFirewallAccessproxysshclientcertCertextension 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?: ObjectFirewallAccessproxysshclientcertCertextensionState, opts?: CustomResourceOptions): ObjectFirewallAccessproxysshclientcertCertextension
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            access_proxy_ssh_client_cert: Optional[str] = None,
            adom: Optional[str] = None,
            critical: Optional[str] = None,
            data: Optional[str] = None,
            name: Optional[str] = None,
            object_firewall_accessproxysshclientcert_certextension_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            type: Optional[str] = None) -> ObjectFirewallAccessproxysshclientcertCertextension
    func GetObjectFirewallAccessproxysshclientcertCertextension(ctx *Context, name string, id IDInput, state *ObjectFirewallAccessproxysshclientcertCertextensionState, opts ...ResourceOption) (*ObjectFirewallAccessproxysshclientcertCertextension, error)
    public static ObjectFirewallAccessproxysshclientcertCertextension Get(string name, Input<string> id, ObjectFirewallAccessproxysshclientcertCertextensionState? state, CustomResourceOptions? opts = null)
    public static ObjectFirewallAccessproxysshclientcertCertextension get(String name, Output<String> id, ObjectFirewallAccessproxysshclientcertCertextensionState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFirewallAccessproxysshclientcertCertextension    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:
    AccessProxySshClientCert string
    Access Proxy Ssh Client Cert.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Critical string
    Critical option. Valid values: no, yes.
    Data string
    Data of certificate extension.
    Name string
    Name of certificate extension.
    ObjectFirewallAccessproxysshclientcertCertextensionId string
    an identifier for the resource with format {{name}}.
    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.
    Type string
    Type of certificate extension. Valid values: fixed, user.
    AccessProxySshClientCert string
    Access Proxy Ssh Client Cert.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Critical string
    Critical option. Valid values: no, yes.
    Data string
    Data of certificate extension.
    Name string
    Name of certificate extension.
    ObjectFirewallAccessproxysshclientcertCertextensionId string
    an identifier for the resource with format {{name}}.
    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.
    Type string
    Type of certificate extension. Valid values: fixed, user.
    accessProxySshClientCert String
    Access Proxy Ssh Client Cert.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical String
    Critical option. Valid values: no, yes.
    data String
    Data of certificate extension.
    name String
    Name of certificate extension.
    objectFirewallAccessproxysshclientcertCertextensionId String
    an identifier for the resource with format {{name}}.
    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.
    type String
    Type of certificate extension. Valid values: fixed, user.
    accessProxySshClientCert string
    Access Proxy Ssh Client Cert.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical string
    Critical option. Valid values: no, yes.
    data string
    Data of certificate extension.
    name string
    Name of certificate extension.
    objectFirewallAccessproxysshclientcertCertextensionId string
    an identifier for the resource with format {{name}}.
    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.
    type string
    Type of certificate extension. Valid values: fixed, user.
    access_proxy_ssh_client_cert str
    Access Proxy Ssh Client Cert.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical str
    Critical option. Valid values: no, yes.
    data str
    Data of certificate extension.
    name str
    Name of certificate extension.
    object_firewall_accessproxysshclientcert_certextension_id str
    an identifier for the resource with format {{name}}.
    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.
    type str
    Type of certificate extension. Valid values: fixed, user.
    accessProxySshClientCert String
    Access Proxy Ssh Client Cert.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    critical String
    Critical option. Valid values: no, yes.
    data String
    Data of certificate extension.
    name String
    Name of certificate extension.
    objectFirewallAccessproxysshclientcertCertextensionId String
    an identifier for the resource with format {{name}}.
    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.
    type String
    Type of certificate extension. Valid values: fixed, user.

    Import

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

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFirewallAccessproxysshclientcertCertextension:ObjectFirewallAccessproxysshclientcertCertextension labelname {{name}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev