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

fortimanager.SecurityconsoleSignCertificateTemplate

Explore with Pulumi AI

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

    Import

    Securityconsole SignCertificateTemplate can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/securityconsoleSignCertificateTemplate:SecurityconsoleSignCertificateTemplate labelname SecurityconsoleSignCertificateTemplate
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    Create SecurityconsoleSignCertificateTemplate Resource

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

    Constructor syntax

    new SecurityconsoleSignCertificateTemplate(name: string, args?: SecurityconsoleSignCertificateTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def SecurityconsoleSignCertificateTemplate(resource_name: str,
                                               args: Optional[SecurityconsoleSignCertificateTemplateArgs] = None,
                                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def SecurityconsoleSignCertificateTemplate(resource_name: str,
                                               opts: Optional[ResourceOptions] = None,
                                               dynamic_sort_subtable: Optional[str] = None,
                                               fmgadom: Optional[str] = None,
                                               force_recreate: Optional[str] = None,
                                               scopes: Optional[Sequence[SecurityconsoleSignCertificateTemplateScopeArgs]] = None,
                                               securityconsole_sign_certificate_template_id: Optional[str] = None,
                                               template: Optional[str] = None)
    func NewSecurityconsoleSignCertificateTemplate(ctx *Context, name string, args *SecurityconsoleSignCertificateTemplateArgs, opts ...ResourceOption) (*SecurityconsoleSignCertificateTemplate, error)
    public SecurityconsoleSignCertificateTemplate(string name, SecurityconsoleSignCertificateTemplateArgs? args = null, CustomResourceOptions? opts = null)
    public SecurityconsoleSignCertificateTemplate(String name, SecurityconsoleSignCertificateTemplateArgs args)
    public SecurityconsoleSignCertificateTemplate(String name, SecurityconsoleSignCertificateTemplateArgs args, CustomResourceOptions options)
    
    type: fortimanager:SecurityconsoleSignCertificateTemplate
    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 SecurityconsoleSignCertificateTemplateArgs
    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 SecurityconsoleSignCertificateTemplateArgs
    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 SecurityconsoleSignCertificateTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SecurityconsoleSignCertificateTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SecurityconsoleSignCertificateTemplateArgs
    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 securityconsoleSignCertificateTemplateResource = new Fortimanager.SecurityconsoleSignCertificateTemplate("securityconsoleSignCertificateTemplateResource", new()
    {
        DynamicSortSubtable = "string",
        Fmgadom = "string",
        ForceRecreate = "string",
        Scopes = new[]
        {
            new Fortimanager.Inputs.SecurityconsoleSignCertificateTemplateScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        SecurityconsoleSignCertificateTemplateId = "string",
        Template = "string",
    });
    
    example, err := fortimanager.NewSecurityconsoleSignCertificateTemplate(ctx, "securityconsoleSignCertificateTemplateResource", &fortimanager.SecurityconsoleSignCertificateTemplateArgs{
    DynamicSortSubtable: pulumi.String("string"),
    Fmgadom: pulumi.String("string"),
    ForceRecreate: pulumi.String("string"),
    Scopes: .SecurityconsoleSignCertificateTemplateScopeArray{
    &.SecurityconsoleSignCertificateTemplateScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    SecurityconsoleSignCertificateTemplateId: pulumi.String("string"),
    Template: pulumi.String("string"),
    })
    
    var securityconsoleSignCertificateTemplateResource = new SecurityconsoleSignCertificateTemplate("securityconsoleSignCertificateTemplateResource", SecurityconsoleSignCertificateTemplateArgs.builder()
        .dynamicSortSubtable("string")
        .fmgadom("string")
        .forceRecreate("string")
        .scopes(SecurityconsoleSignCertificateTemplateScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .securityconsoleSignCertificateTemplateId("string")
        .template("string")
        .build());
    
    securityconsole_sign_certificate_template_resource = fortimanager.SecurityconsoleSignCertificateTemplate("securityconsoleSignCertificateTemplateResource",
        dynamic_sort_subtable="string",
        fmgadom="string",
        force_recreate="string",
        scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        securityconsole_sign_certificate_template_id="string",
        template="string")
    
    const securityconsoleSignCertificateTemplateResource = new fortimanager.SecurityconsoleSignCertificateTemplate("securityconsoleSignCertificateTemplateResource", {
        dynamicSortSubtable: "string",
        fmgadom: "string",
        forceRecreate: "string",
        scopes: [{
            name: "string",
            vdom: "string",
        }],
        securityconsoleSignCertificateTemplateId: "string",
        template: "string",
    });
    
    type: fortimanager:SecurityconsoleSignCertificateTemplate
    properties:
        dynamicSortSubtable: string
        fmgadom: string
        forceRecreate: string
        scopes:
            - name: string
              vdom: string
        securityconsoleSignCertificateTemplateId: string
        template: string
    

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

    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Scopes List<SecurityconsoleSignCertificateTemplateScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleSignCertificateTemplateId string
    an identifier for the resource.
    Template string
    Template.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Scopes []SecurityconsoleSignCertificateTemplateScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleSignCertificateTemplateId string
    an identifier for the resource.
    Template string
    Template.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes List<SecurityconsoleSignCertificateTemplateScope>
    Scope. The structure of scope block is documented below.
    securityconsoleSignCertificateTemplateId String
    an identifier for the resource.
    template String
    Template.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes SecurityconsoleSignCertificateTemplateScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleSignCertificateTemplateId string
    an identifier for the resource.
    template string
    Template.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes Sequence[SecurityconsoleSignCertificateTemplateScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_sign_certificate_template_id str
    an identifier for the resource.
    template str
    Template.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleSignCertificateTemplateId String
    an identifier for the resource.
    template String
    Template.

    Outputs

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

    Get an existing SecurityconsoleSignCertificateTemplate 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?: SecurityconsoleSignCertificateTemplateState, opts?: CustomResourceOptions): SecurityconsoleSignCertificateTemplate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dynamic_sort_subtable: Optional[str] = None,
            fmgadom: Optional[str] = None,
            force_recreate: Optional[str] = None,
            scopes: Optional[Sequence[SecurityconsoleSignCertificateTemplateScopeArgs]] = None,
            securityconsole_sign_certificate_template_id: Optional[str] = None,
            template: Optional[str] = None) -> SecurityconsoleSignCertificateTemplate
    func GetSecurityconsoleSignCertificateTemplate(ctx *Context, name string, id IDInput, state *SecurityconsoleSignCertificateTemplateState, opts ...ResourceOption) (*SecurityconsoleSignCertificateTemplate, error)
    public static SecurityconsoleSignCertificateTemplate Get(string name, Input<string> id, SecurityconsoleSignCertificateTemplateState? state, CustomResourceOptions? opts = null)
    public static SecurityconsoleSignCertificateTemplate get(String name, Output<String> id, SecurityconsoleSignCertificateTemplateState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SecurityconsoleSignCertificateTemplate    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:
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Scopes List<SecurityconsoleSignCertificateTemplateScope>
    Scope. The structure of scope block is documented below.
    SecurityconsoleSignCertificateTemplateId string
    an identifier for the resource.
    Template string
    Template.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Fmgadom string
    Source ADOM name.
    ForceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    Scopes []SecurityconsoleSignCertificateTemplateScopeArgs
    Scope. The structure of scope block is documented below.
    SecurityconsoleSignCertificateTemplateId string
    an identifier for the resource.
    Template string
    Template.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes List<SecurityconsoleSignCertificateTemplateScope>
    Scope. The structure of scope block is documented below.
    securityconsoleSignCertificateTemplateId String
    an identifier for the resource.
    template String
    Template.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom string
    Source ADOM name.
    forceRecreate string
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes SecurityconsoleSignCertificateTemplateScope[]
    Scope. The structure of scope block is documented below.
    securityconsoleSignCertificateTemplateId string
    an identifier for the resource.
    template string
    Template.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom str
    Source ADOM name.
    force_recreate str
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes Sequence[SecurityconsoleSignCertificateTemplateScopeArgs]
    Scope. The structure of scope block is documented below.
    securityconsole_sign_certificate_template_id str
    an identifier for the resource.
    template str
    Template.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    fmgadom String
    Source ADOM name.
    forceRecreate String
    The argument is optional, if it is set, when the value changes, the resource will be re-created.
    scopes List<Property Map>
    Scope. The structure of scope block is documented below.
    securityconsoleSignCertificateTemplateId String
    an identifier for the resource.
    template String
    Template.

    Supporting Types

    SecurityconsoleSignCertificateTemplateScope, SecurityconsoleSignCertificateTemplateScopeArgs

    Name string
    Name.
    Vdom string
    Vdom.
    Name string
    Name.
    Vdom string
    Vdom.
    name String
    Name.
    vdom String
    Vdom.
    name string
    Name.
    vdom string
    Vdom.
    name str
    Name.
    vdom str
    Vdom.
    name String
    Name.
    vdom String
    Vdom.

    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