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

fortimanager.ObjectDynamicCertificateLocalDynamicMapping

Explore with Pulumi AI

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

    ObjectDynamic CertificateLocalDynamicMapping

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

    Create ObjectDynamicCertificateLocalDynamicMapping Resource

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

    Constructor syntax

    new ObjectDynamicCertificateLocalDynamicMapping(name: string, args: ObjectDynamicCertificateLocalDynamicMappingArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectDynamicCertificateLocalDynamicMapping(resource_name: str,
                                                    args: ObjectDynamicCertificateLocalDynamicMappingInitArgs,
                                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectDynamicCertificateLocalDynamicMapping(resource_name: str,
                                                    opts: Optional[ResourceOptions] = None,
                                                    local: Optional[str] = None,
                                                    _scopes: Optional[Sequence[ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs]] = None,
                                                    adom: Optional[str] = None,
                                                    dynamic_sort_subtable: Optional[str] = None,
                                                    local_cert: Optional[str] = None,
                                                    object_dynamic_certificate_local_dynamic_mapping_id: Optional[str] = None,
                                                    scopetype: Optional[str] = None)
    func NewObjectDynamicCertificateLocalDynamicMapping(ctx *Context, name string, args ObjectDynamicCertificateLocalDynamicMappingArgs, opts ...ResourceOption) (*ObjectDynamicCertificateLocalDynamicMapping, error)
    public ObjectDynamicCertificateLocalDynamicMapping(string name, ObjectDynamicCertificateLocalDynamicMappingArgs args, CustomResourceOptions? opts = null)
    public ObjectDynamicCertificateLocalDynamicMapping(String name, ObjectDynamicCertificateLocalDynamicMappingArgs args)
    public ObjectDynamicCertificateLocalDynamicMapping(String name, ObjectDynamicCertificateLocalDynamicMappingArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectDynamicCertificateLocalDynamicMapping
    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 ObjectDynamicCertificateLocalDynamicMappingArgs
    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 ObjectDynamicCertificateLocalDynamicMappingInitArgs
    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 ObjectDynamicCertificateLocalDynamicMappingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectDynamicCertificateLocalDynamicMappingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectDynamicCertificateLocalDynamicMappingArgs
    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 objectDynamicCertificateLocalDynamicMappingResource = new Fortimanager.ObjectDynamicCertificateLocalDynamicMapping("objectDynamicCertificateLocalDynamicMappingResource", new()
    {
        Local = "string",
        _scopes = new[]
        {
            new Fortimanager.Inputs.ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs
            {
                Name = "string",
                Vdom = "string",
            },
        },
        Adom = "string",
        DynamicSortSubtable = "string",
        LocalCert = "string",
        ObjectDynamicCertificateLocalDynamicMappingId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectDynamicCertificateLocalDynamicMapping(ctx, "objectDynamicCertificateLocalDynamicMappingResource", &fortimanager.ObjectDynamicCertificateLocalDynamicMappingArgs{
    Local: pulumi.String("string"),
    _scopes: .ObjectDynamicCertificateLocalDynamicMapping_ScopeArray{
    &.ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs{
    Name: pulumi.String("string"),
    Vdom: pulumi.String("string"),
    },
    },
    Adom: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    LocalCert: pulumi.String("string"),
    ObjectDynamicCertificateLocalDynamicMappingId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectDynamicCertificateLocalDynamicMappingResource = new ObjectDynamicCertificateLocalDynamicMapping("objectDynamicCertificateLocalDynamicMappingResource", ObjectDynamicCertificateLocalDynamicMappingArgs.builder()
        .local("string")
        ._scopes(ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs.builder()
            .name("string")
            .vdom("string")
            .build())
        .adom("string")
        .dynamicSortSubtable("string")
        .localCert("string")
        .objectDynamicCertificateLocalDynamicMappingId("string")
        .scopetype("string")
        .build());
    
    object_dynamic_certificate_local_dynamic_mapping_resource = fortimanager.ObjectDynamicCertificateLocalDynamicMapping("objectDynamicCertificateLocalDynamicMappingResource",
        local="string",
        _scopes=[{
            "name": "string",
            "vdom": "string",
        }],
        adom="string",
        dynamic_sort_subtable="string",
        local_cert="string",
        object_dynamic_certificate_local_dynamic_mapping_id="string",
        scopetype="string")
    
    const objectDynamicCertificateLocalDynamicMappingResource = new fortimanager.ObjectDynamicCertificateLocalDynamicMapping("objectDynamicCertificateLocalDynamicMappingResource", {
        local: "string",
        _scopes: [{
            name: "string",
            vdom: "string",
        }],
        adom: "string",
        dynamicSortSubtable: "string",
        localCert: "string",
        objectDynamicCertificateLocalDynamicMappingId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectDynamicCertificateLocalDynamicMapping
    properties:
        _scopes:
            - name: string
              vdom: string
        adom: string
        dynamicSortSubtable: string
        local: string
        localCert: string
        objectDynamicCertificateLocalDynamicMappingId: string
        scopetype: string
    

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

    Local string
    Local.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    LocalCert string
    Local-Cert.
    ObjectDynamicCertificateLocalDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes List<ObjectDynamicCertificateLocalDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Local string
    Local.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    LocalCert string
    Local-Cert.
    ObjectDynamicCertificateLocalDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes []ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    local String
    Local.
    _scopes List<ObjectDynamicCertificateLocalDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    localCert String
    Local-Cert.
    objectDynamicCertificateLocalDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    local string
    Local.
    _scopes ObjectDynamicCertificateLocalDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    localCert string
    Local-Cert.
    objectDynamicCertificateLocalDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    local str
    Local.
    _scopes Sequence[ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    local_cert str
    Local-Cert.
    object_dynamic_certificate_local_dynamic_mapping_id str
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    local String
    Local.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    localCert String
    Local-Cert.
    objectDynamicCertificateLocalDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.

    Outputs

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

    Get an existing ObjectDynamicCertificateLocalDynamicMapping 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?: ObjectDynamicCertificateLocalDynamicMappingState, opts?: CustomResourceOptions): ObjectDynamicCertificateLocalDynamicMapping
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            _scopes: Optional[Sequence[ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs]] = None,
            adom: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            local: Optional[str] = None,
            local_cert: Optional[str] = None,
            object_dynamic_certificate_local_dynamic_mapping_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectDynamicCertificateLocalDynamicMapping
    func GetObjectDynamicCertificateLocalDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectDynamicCertificateLocalDynamicMappingState, opts ...ResourceOption) (*ObjectDynamicCertificateLocalDynamicMapping, error)
    public static ObjectDynamicCertificateLocalDynamicMapping Get(string name, Input<string> id, ObjectDynamicCertificateLocalDynamicMappingState? state, CustomResourceOptions? opts = null)
    public static ObjectDynamicCertificateLocalDynamicMapping get(String name, Output<String> id, ObjectDynamicCertificateLocalDynamicMappingState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectDynamicCertificateLocalDynamicMapping    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.
    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.
    Local string
    Local.
    LocalCert string
    Local-Cert.
    ObjectDynamicCertificateLocalDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes List<ObjectDynamicCertificateLocalDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    Local string
    Local.
    LocalCert string
    Local-Cert.
    ObjectDynamicCertificateLocalDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes []ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs
    _Scope. The structure of _scope block is documented below.
    _scopes List<ObjectDynamicCertificateLocalDynamicMapping_Scope>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    local String
    Local.
    localCert String
    Local-Cert.
    objectDynamicCertificateLocalDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes ObjectDynamicCertificateLocalDynamicMapping_Scope[]
    _Scope. The structure of _scope block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    local string
    Local.
    localCert string
    Local-Cert.
    objectDynamicCertificateLocalDynamicMappingId string
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes Sequence[ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs]
    _Scope. The structure of _scope block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    local str
    Local.
    local_cert str
    Local-Cert.
    object_dynamic_certificate_local_dynamic_mapping_id str
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.
    _scopes List<Property Map>
    _Scope. The structure of _scope block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    local String
    Local.
    localCert String
    Local-Cert.
    objectDynamicCertificateLocalDynamicMappingId String
    an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
    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.

    Supporting Types

    ObjectDynamicCertificateLocalDynamicMapping_Scope, ObjectDynamicCertificateLocalDynamicMapping_ScopeArgs

    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.

    Import

    ObjectDynamic CertificateLocalDynamicMapping can be imported using any of these accepted formats:

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

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectDynamicCertificateLocalDynamicMapping:ObjectDynamicCertificateLocalDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
    

    $ 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