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

fortimanager.ObjectDiameterfilterProfile

Explore with Pulumi AI

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

    Configure Diameter filter profiles.

    Create ObjectDiameterfilterProfile Resource

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

    Constructor syntax

    new ObjectDiameterfilterProfile(name: string, args?: ObjectDiameterfilterProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectDiameterfilterProfile(resource_name: str,
                                    args: Optional[ObjectDiameterfilterProfileArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectDiameterfilterProfile(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    adom: Optional[str] = None,
                                    cmd_flags_reserve_set: Optional[str] = None,
                                    command_code_invalid: Optional[str] = None,
                                    command_code_range: Optional[str] = None,
                                    comment: Optional[str] = None,
                                    log_packet: Optional[str] = None,
                                    message_length_invalid: Optional[str] = None,
                                    missing_request_action: Optional[str] = None,
                                    monitor_all_messages: Optional[str] = None,
                                    name: Optional[str] = None,
                                    object_diameterfilter_profile_id: Optional[str] = None,
                                    protocol_version_invalid: Optional[str] = None,
                                    request_error_flag_set: Optional[str] = None,
                                    scopetype: Optional[str] = None,
                                    track_requests_answers: Optional[str] = None)
    func NewObjectDiameterfilterProfile(ctx *Context, name string, args *ObjectDiameterfilterProfileArgs, opts ...ResourceOption) (*ObjectDiameterfilterProfile, error)
    public ObjectDiameterfilterProfile(string name, ObjectDiameterfilterProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectDiameterfilterProfile(String name, ObjectDiameterfilterProfileArgs args)
    public ObjectDiameterfilterProfile(String name, ObjectDiameterfilterProfileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectDiameterfilterProfile
    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 ObjectDiameterfilterProfileArgs
    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 ObjectDiameterfilterProfileArgs
    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 ObjectDiameterfilterProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectDiameterfilterProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectDiameterfilterProfileArgs
    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 objectDiameterfilterProfileResource = new Fortimanager.ObjectDiameterfilterProfile("objectDiameterfilterProfileResource", new()
    {
        Adom = "string",
        CmdFlagsReserveSet = "string",
        CommandCodeInvalid = "string",
        CommandCodeRange = "string",
        Comment = "string",
        LogPacket = "string",
        MessageLengthInvalid = "string",
        MissingRequestAction = "string",
        MonitorAllMessages = "string",
        Name = "string",
        ObjectDiameterfilterProfileId = "string",
        ProtocolVersionInvalid = "string",
        RequestErrorFlagSet = "string",
        Scopetype = "string",
        TrackRequestsAnswers = "string",
    });
    
    example, err := fortimanager.NewObjectDiameterfilterProfile(ctx, "objectDiameterfilterProfileResource", &fortimanager.ObjectDiameterfilterProfileArgs{
    Adom: pulumi.String("string"),
    CmdFlagsReserveSet: pulumi.String("string"),
    CommandCodeInvalid: pulumi.String("string"),
    CommandCodeRange: pulumi.String("string"),
    Comment: pulumi.String("string"),
    LogPacket: pulumi.String("string"),
    MessageLengthInvalid: pulumi.String("string"),
    MissingRequestAction: pulumi.String("string"),
    MonitorAllMessages: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectDiameterfilterProfileId: pulumi.String("string"),
    ProtocolVersionInvalid: pulumi.String("string"),
    RequestErrorFlagSet: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    TrackRequestsAnswers: pulumi.String("string"),
    })
    
    var objectDiameterfilterProfileResource = new ObjectDiameterfilterProfile("objectDiameterfilterProfileResource", ObjectDiameterfilterProfileArgs.builder()
        .adom("string")
        .cmdFlagsReserveSet("string")
        .commandCodeInvalid("string")
        .commandCodeRange("string")
        .comment("string")
        .logPacket("string")
        .messageLengthInvalid("string")
        .missingRequestAction("string")
        .monitorAllMessages("string")
        .name("string")
        .objectDiameterfilterProfileId("string")
        .protocolVersionInvalid("string")
        .requestErrorFlagSet("string")
        .scopetype("string")
        .trackRequestsAnswers("string")
        .build());
    
    object_diameterfilter_profile_resource = fortimanager.ObjectDiameterfilterProfile("objectDiameterfilterProfileResource",
        adom="string",
        cmd_flags_reserve_set="string",
        command_code_invalid="string",
        command_code_range="string",
        comment="string",
        log_packet="string",
        message_length_invalid="string",
        missing_request_action="string",
        monitor_all_messages="string",
        name="string",
        object_diameterfilter_profile_id="string",
        protocol_version_invalid="string",
        request_error_flag_set="string",
        scopetype="string",
        track_requests_answers="string")
    
    const objectDiameterfilterProfileResource = new fortimanager.ObjectDiameterfilterProfile("objectDiameterfilterProfileResource", {
        adom: "string",
        cmdFlagsReserveSet: "string",
        commandCodeInvalid: "string",
        commandCodeRange: "string",
        comment: "string",
        logPacket: "string",
        messageLengthInvalid: "string",
        missingRequestAction: "string",
        monitorAllMessages: "string",
        name: "string",
        objectDiameterfilterProfileId: "string",
        protocolVersionInvalid: "string",
        requestErrorFlagSet: "string",
        scopetype: "string",
        trackRequestsAnswers: "string",
    });
    
    type: fortimanager:ObjectDiameterfilterProfile
    properties:
        adom: string
        cmdFlagsReserveSet: string
        commandCodeInvalid: string
        commandCodeRange: string
        comment: string
        logPacket: string
        messageLengthInvalid: string
        missingRequestAction: string
        monitorAllMessages: string
        name: string
        objectDiameterfilterProfileId: string
        protocolVersionInvalid: string
        requestErrorFlagSet: string
        scopetype: string
        trackRequestsAnswers: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CmdFlagsReserveSet string
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    CommandCodeInvalid string
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    CommandCodeRange string
    Valid range for command codes (0-16777215).
    Comment string
    Comment.
    LogPacket string
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    MessageLengthInvalid string
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    MissingRequestAction string
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    MonitorAllMessages string
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectDiameterfilterProfileId string
    an identifier for the resource with format {{name}}.
    ProtocolVersionInvalid string
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    RequestErrorFlagSet string
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    TrackRequestsAnswers string
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CmdFlagsReserveSet string
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    CommandCodeInvalid string
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    CommandCodeRange string
    Valid range for command codes (0-16777215).
    Comment string
    Comment.
    LogPacket string
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    MessageLengthInvalid string
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    MissingRequestAction string
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    MonitorAllMessages string
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectDiameterfilterProfileId string
    an identifier for the resource with format {{name}}.
    ProtocolVersionInvalid string
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    RequestErrorFlagSet string
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    TrackRequestsAnswers string
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmdFlagsReserveSet String
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    commandCodeInvalid String
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    commandCodeRange String
    Valid range for command codes (0-16777215).
    comment String
    Comment.
    logPacket String
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    messageLengthInvalid String
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missingRequestAction String
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitorAllMessages String
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name String
    Profile name.
    objectDiameterfilterProfileId String
    an identifier for the resource with format {{name}}.
    protocolVersionInvalid String
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    requestErrorFlagSet String
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    trackRequestsAnswers String
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmdFlagsReserveSet string
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    commandCodeInvalid string
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    commandCodeRange string
    Valid range for command codes (0-16777215).
    comment string
    Comment.
    logPacket string
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    messageLengthInvalid string
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missingRequestAction string
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitorAllMessages string
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name string
    Profile name.
    objectDiameterfilterProfileId string
    an identifier for the resource with format {{name}}.
    protocolVersionInvalid string
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    requestErrorFlagSet string
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    trackRequestsAnswers string
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmd_flags_reserve_set str
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    command_code_invalid str
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    command_code_range str
    Valid range for command codes (0-16777215).
    comment str
    Comment.
    log_packet str
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    message_length_invalid str
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missing_request_action str
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitor_all_messages str
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name str
    Profile name.
    object_diameterfilter_profile_id str
    an identifier for the resource with format {{name}}.
    protocol_version_invalid str
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    request_error_flag_set str
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    track_requests_answers str
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmdFlagsReserveSet String
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    commandCodeInvalid String
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    commandCodeRange String
    Valid range for command codes (0-16777215).
    comment String
    Comment.
    logPacket String
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    messageLengthInvalid String
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missingRequestAction String
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitorAllMessages String
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name String
    Profile name.
    objectDiameterfilterProfileId String
    an identifier for the resource with format {{name}}.
    protocolVersionInvalid String
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    requestErrorFlagSet String
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    trackRequestsAnswers String
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectDiameterfilterProfile 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?: ObjectDiameterfilterProfileState, opts?: CustomResourceOptions): ObjectDiameterfilterProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            cmd_flags_reserve_set: Optional[str] = None,
            command_code_invalid: Optional[str] = None,
            command_code_range: Optional[str] = None,
            comment: Optional[str] = None,
            log_packet: Optional[str] = None,
            message_length_invalid: Optional[str] = None,
            missing_request_action: Optional[str] = None,
            monitor_all_messages: Optional[str] = None,
            name: Optional[str] = None,
            object_diameterfilter_profile_id: Optional[str] = None,
            protocol_version_invalid: Optional[str] = None,
            request_error_flag_set: Optional[str] = None,
            scopetype: Optional[str] = None,
            track_requests_answers: Optional[str] = None) -> ObjectDiameterfilterProfile
    func GetObjectDiameterfilterProfile(ctx *Context, name string, id IDInput, state *ObjectDiameterfilterProfileState, opts ...ResourceOption) (*ObjectDiameterfilterProfile, error)
    public static ObjectDiameterfilterProfile Get(string name, Input<string> id, ObjectDiameterfilterProfileState? state, CustomResourceOptions? opts = null)
    public static ObjectDiameterfilterProfile get(String name, Output<String> id, ObjectDiameterfilterProfileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectDiameterfilterProfile    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.
    CmdFlagsReserveSet string
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    CommandCodeInvalid string
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    CommandCodeRange string
    Valid range for command codes (0-16777215).
    Comment string
    Comment.
    LogPacket string
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    MessageLengthInvalid string
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    MissingRequestAction string
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    MonitorAllMessages string
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectDiameterfilterProfileId string
    an identifier for the resource with format {{name}}.
    ProtocolVersionInvalid string
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    RequestErrorFlagSet string
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    TrackRequestsAnswers string
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CmdFlagsReserveSet string
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    CommandCodeInvalid string
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    CommandCodeRange string
    Valid range for command codes (0-16777215).
    Comment string
    Comment.
    LogPacket string
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    MessageLengthInvalid string
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    MissingRequestAction string
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    MonitorAllMessages string
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    Name string
    Profile name.
    ObjectDiameterfilterProfileId string
    an identifier for the resource with format {{name}}.
    ProtocolVersionInvalid string
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    RequestErrorFlagSet string
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    TrackRequestsAnswers string
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmdFlagsReserveSet String
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    commandCodeInvalid String
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    commandCodeRange String
    Valid range for command codes (0-16777215).
    comment String
    Comment.
    logPacket String
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    messageLengthInvalid String
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missingRequestAction String
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitorAllMessages String
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name String
    Profile name.
    objectDiameterfilterProfileId String
    an identifier for the resource with format {{name}}.
    protocolVersionInvalid String
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    requestErrorFlagSet String
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    trackRequestsAnswers String
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmdFlagsReserveSet string
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    commandCodeInvalid string
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    commandCodeRange string
    Valid range for command codes (0-16777215).
    comment string
    Comment.
    logPacket string
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    messageLengthInvalid string
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missingRequestAction string
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitorAllMessages string
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name string
    Profile name.
    objectDiameterfilterProfileId string
    an identifier for the resource with format {{name}}.
    protocolVersionInvalid string
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    requestErrorFlagSet string
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    trackRequestsAnswers string
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmd_flags_reserve_set str
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    command_code_invalid str
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    command_code_range str
    Valid range for command codes (0-16777215).
    comment str
    Comment.
    log_packet str
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    message_length_invalid str
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missing_request_action str
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitor_all_messages str
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name str
    Profile name.
    object_diameterfilter_profile_id str
    an identifier for the resource with format {{name}}.
    protocol_version_invalid str
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    request_error_flag_set str
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    track_requests_answers str
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    cmdFlagsReserveSet String
    Action to be taken for messages with cmd flag reserve bits set. Valid values: block, reset, monitor, allow.
    commandCodeInvalid String
    Action to be taken for messages with invalid command code. Valid values: block, reset, monitor, allow.
    commandCodeRange String
    Valid range for command codes (0-16777215).
    comment String
    Comment.
    logPacket String
    Enable/disable packet log for triggered diameter settings. Valid values: disable, enable.
    messageLengthInvalid String
    Action to be taken for invalid message length. Valid values: block, reset, monitor, allow.
    missingRequestAction String
    Action to be taken for answers without corresponding request. Valid values: block, reset, monitor, allow.
    monitorAllMessages String
    Enable/disable logging for all User Name and Result Code AVP messages. Valid values: disable, enable.
    name String
    Profile name.
    objectDiameterfilterProfileId String
    an identifier for the resource with format {{name}}.
    protocolVersionInvalid String
    Action to be taken for invalid protocol version. Valid values: block, reset, monitor, allow.
    requestErrorFlagSet String
    Action to be taken for request messages with error flag set. Valid values: block, reset, monitor, allow.
    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.
    trackRequestsAnswers String
    Enable/disable validation that each answer has a corresponding request. Valid values: disable, enable.

    Import

    ObjectDiameterFilter Profile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectDiameterfilterProfile:ObjectDiameterfilterProfile 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