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

fortimanager.ObjectCasbUseractivityControloptionsOperations

Explore with Pulumi AI

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

    CASB control option operations.

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

    Create ObjectCasbUseractivityControloptionsOperations Resource

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

    Constructor syntax

    new ObjectCasbUseractivityControloptionsOperations(name: string, args: ObjectCasbUseractivityControloptionsOperationsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectCasbUseractivityControloptionsOperations(resource_name: str,
                                                       args: ObjectCasbUseractivityControloptionsOperationsArgs,
                                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectCasbUseractivityControloptionsOperations(resource_name: str,
                                                       opts: Optional[ResourceOptions] = None,
                                                       control_options: Optional[str] = None,
                                                       user_activity: Optional[str] = None,
                                                       name: Optional[str] = None,
                                                       case_sensitive: Optional[str] = None,
                                                       direction: Optional[str] = None,
                                                       header_name: Optional[str] = None,
                                                       action: Optional[str] = None,
                                                       object_casb_useractivity_controloptions_operations_id: Optional[str] = None,
                                                       scopetype: Optional[str] = None,
                                                       search_key: Optional[str] = None,
                                                       search_pattern: Optional[str] = None,
                                                       target: Optional[str] = None,
                                                       adom: Optional[str] = None,
                                                       value_from_input: Optional[str] = None,
                                                       values: Optional[Sequence[str]] = None)
    func NewObjectCasbUseractivityControloptionsOperations(ctx *Context, name string, args ObjectCasbUseractivityControloptionsOperationsArgs, opts ...ResourceOption) (*ObjectCasbUseractivityControloptionsOperations, error)
    public ObjectCasbUseractivityControloptionsOperations(string name, ObjectCasbUseractivityControloptionsOperationsArgs args, CustomResourceOptions? opts = null)
    public ObjectCasbUseractivityControloptionsOperations(String name, ObjectCasbUseractivityControloptionsOperationsArgs args)
    public ObjectCasbUseractivityControloptionsOperations(String name, ObjectCasbUseractivityControloptionsOperationsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectCasbUseractivityControloptionsOperations
    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 ObjectCasbUseractivityControloptionsOperationsArgs
    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 ObjectCasbUseractivityControloptionsOperationsArgs
    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 ObjectCasbUseractivityControloptionsOperationsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectCasbUseractivityControloptionsOperationsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectCasbUseractivityControloptionsOperationsArgs
    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 objectCasbUseractivityControloptionsOperationsResource = new Fortimanager.ObjectCasbUseractivityControloptionsOperations("objectCasbUseractivityControloptionsOperationsResource", new()
    {
        ControlOptions = "string",
        UserActivity = "string",
        Name = "string",
        CaseSensitive = "string",
        Direction = "string",
        HeaderName = "string",
        Action = "string",
        ObjectCasbUseractivityControloptionsOperationsId = "string",
        Scopetype = "string",
        SearchKey = "string",
        SearchPattern = "string",
        Target = "string",
        Adom = "string",
        ValueFromInput = "string",
        Values = new[]
        {
            "string",
        },
    });
    
    example, err := fortimanager.NewObjectCasbUseractivityControloptionsOperations(ctx, "objectCasbUseractivityControloptionsOperationsResource", &fortimanager.ObjectCasbUseractivityControloptionsOperationsArgs{
    ControlOptions: pulumi.String("string"),
    UserActivity: pulumi.String("string"),
    Name: pulumi.String("string"),
    CaseSensitive: pulumi.String("string"),
    Direction: pulumi.String("string"),
    HeaderName: pulumi.String("string"),
    Action: pulumi.String("string"),
    ObjectCasbUseractivityControloptionsOperationsId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    SearchKey: pulumi.String("string"),
    SearchPattern: pulumi.String("string"),
    Target: pulumi.String("string"),
    Adom: pulumi.String("string"),
    ValueFromInput: pulumi.String("string"),
    Values: pulumi.StringArray{
    pulumi.String("string"),
    },
    })
    
    var objectCasbUseractivityControloptionsOperationsResource = new ObjectCasbUseractivityControloptionsOperations("objectCasbUseractivityControloptionsOperationsResource", ObjectCasbUseractivityControloptionsOperationsArgs.builder()
        .controlOptions("string")
        .userActivity("string")
        .name("string")
        .caseSensitive("string")
        .direction("string")
        .headerName("string")
        .action("string")
        .objectCasbUseractivityControloptionsOperationsId("string")
        .scopetype("string")
        .searchKey("string")
        .searchPattern("string")
        .target("string")
        .adom("string")
        .valueFromInput("string")
        .values("string")
        .build());
    
    object_casb_useractivity_controloptions_operations_resource = fortimanager.ObjectCasbUseractivityControloptionsOperations("objectCasbUseractivityControloptionsOperationsResource",
        control_options="string",
        user_activity="string",
        name="string",
        case_sensitive="string",
        direction="string",
        header_name="string",
        action="string",
        object_casb_useractivity_controloptions_operations_id="string",
        scopetype="string",
        search_key="string",
        search_pattern="string",
        target="string",
        adom="string",
        value_from_input="string",
        values=["string"])
    
    const objectCasbUseractivityControloptionsOperationsResource = new fortimanager.ObjectCasbUseractivityControloptionsOperations("objectCasbUseractivityControloptionsOperationsResource", {
        controlOptions: "string",
        userActivity: "string",
        name: "string",
        caseSensitive: "string",
        direction: "string",
        headerName: "string",
        action: "string",
        objectCasbUseractivityControloptionsOperationsId: "string",
        scopetype: "string",
        searchKey: "string",
        searchPattern: "string",
        target: "string",
        adom: "string",
        valueFromInput: "string",
        values: ["string"],
    });
    
    type: fortimanager:ObjectCasbUseractivityControloptionsOperations
    properties:
        action: string
        adom: string
        caseSensitive: string
        controlOptions: string
        direction: string
        headerName: string
        name: string
        objectCasbUseractivityControloptionsOperationsId: string
        scopetype: string
        searchKey: string
        searchPattern: string
        target: string
        userActivity: string
        valueFromInput: string
        values:
            - string
    

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

    ControlOptions string
    Control Options.
    UserActivity string
    User Activity.
    Action string
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaseSensitive string
    CASB operation search case sensitive. Valid values: disable, enable.
    Direction string
    CASB operation direction. Valid values: request.
    HeaderName string
    CASB operation header name to search.
    Name string
    CASB control option operation name.
    ObjectCasbUseractivityControloptionsOperationsId 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.
    SearchKey string
    CASB operation key to search.
    SearchPattern string
    CASB operation search pattern. Valid values: simple, substr, regexp.
    Target string
    CASB operation target. Valid values: header, path.
    ValueFromInput string
    Enable/disable value from user input. Valid values: disable, enable.
    Values List<string>
    CASB operation new values.
    ControlOptions string
    Control Options.
    UserActivity string
    User Activity.
    Action string
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaseSensitive string
    CASB operation search case sensitive. Valid values: disable, enable.
    Direction string
    CASB operation direction. Valid values: request.
    HeaderName string
    CASB operation header name to search.
    Name string
    CASB control option operation name.
    ObjectCasbUseractivityControloptionsOperationsId 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.
    SearchKey string
    CASB operation key to search.
    SearchPattern string
    CASB operation search pattern. Valid values: simple, substr, regexp.
    Target string
    CASB operation target. Valid values: header, path.
    ValueFromInput string
    Enable/disable value from user input. Valid values: disable, enable.
    Values []string
    CASB operation new values.
    controlOptions String
    Control Options.
    userActivity String
    User Activity.
    action String
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caseSensitive String
    CASB operation search case sensitive. Valid values: disable, enable.
    direction String
    CASB operation direction. Valid values: request.
    headerName String
    CASB operation header name to search.
    name String
    CASB control option operation name.
    objectCasbUseractivityControloptionsOperationsId 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.
    searchKey String
    CASB operation key to search.
    searchPattern String
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target String
    CASB operation target. Valid values: header, path.
    valueFromInput String
    Enable/disable value from user input. Valid values: disable, enable.
    values List<String>
    CASB operation new values.
    controlOptions string
    Control Options.
    userActivity string
    User Activity.
    action string
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caseSensitive string
    CASB operation search case sensitive. Valid values: disable, enable.
    direction string
    CASB operation direction. Valid values: request.
    headerName string
    CASB operation header name to search.
    name string
    CASB control option operation name.
    objectCasbUseractivityControloptionsOperationsId 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.
    searchKey string
    CASB operation key to search.
    searchPattern string
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target string
    CASB operation target. Valid values: header, path.
    valueFromInput string
    Enable/disable value from user input. Valid values: disable, enable.
    values string[]
    CASB operation new values.
    control_options str
    Control Options.
    user_activity str
    User Activity.
    action str
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    case_sensitive str
    CASB operation search case sensitive. Valid values: disable, enable.
    direction str
    CASB operation direction. Valid values: request.
    header_name str
    CASB operation header name to search.
    name str
    CASB control option operation name.
    object_casb_useractivity_controloptions_operations_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.
    search_key str
    CASB operation key to search.
    search_pattern str
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target str
    CASB operation target. Valid values: header, path.
    value_from_input str
    Enable/disable value from user input. Valid values: disable, enable.
    values Sequence[str]
    CASB operation new values.
    controlOptions String
    Control Options.
    userActivity String
    User Activity.
    action String
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caseSensitive String
    CASB operation search case sensitive. Valid values: disable, enable.
    direction String
    CASB operation direction. Valid values: request.
    headerName String
    CASB operation header name to search.
    name String
    CASB control option operation name.
    objectCasbUseractivityControloptionsOperationsId 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.
    searchKey String
    CASB operation key to search.
    searchPattern String
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target String
    CASB operation target. Valid values: header, path.
    valueFromInput String
    Enable/disable value from user input. Valid values: disable, enable.
    values List<String>
    CASB operation new values.

    Outputs

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

    Get an existing ObjectCasbUseractivityControloptionsOperations 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?: ObjectCasbUseractivityControloptionsOperationsState, opts?: CustomResourceOptions): ObjectCasbUseractivityControloptionsOperations
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            action: Optional[str] = None,
            adom: Optional[str] = None,
            case_sensitive: Optional[str] = None,
            control_options: Optional[str] = None,
            direction: Optional[str] = None,
            header_name: Optional[str] = None,
            name: Optional[str] = None,
            object_casb_useractivity_controloptions_operations_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            search_key: Optional[str] = None,
            search_pattern: Optional[str] = None,
            target: Optional[str] = None,
            user_activity: Optional[str] = None,
            value_from_input: Optional[str] = None,
            values: Optional[Sequence[str]] = None) -> ObjectCasbUseractivityControloptionsOperations
    func GetObjectCasbUseractivityControloptionsOperations(ctx *Context, name string, id IDInput, state *ObjectCasbUseractivityControloptionsOperationsState, opts ...ResourceOption) (*ObjectCasbUseractivityControloptionsOperations, error)
    public static ObjectCasbUseractivityControloptionsOperations Get(string name, Input<string> id, ObjectCasbUseractivityControloptionsOperationsState? state, CustomResourceOptions? opts = null)
    public static ObjectCasbUseractivityControloptionsOperations get(String name, Output<String> id, ObjectCasbUseractivityControloptionsOperationsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectCasbUseractivityControloptionsOperations    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:
    Action string
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaseSensitive string
    CASB operation search case sensitive. Valid values: disable, enable.
    ControlOptions string
    Control Options.
    Direction string
    CASB operation direction. Valid values: request.
    HeaderName string
    CASB operation header name to search.
    Name string
    CASB control option operation name.
    ObjectCasbUseractivityControloptionsOperationsId 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.
    SearchKey string
    CASB operation key to search.
    SearchPattern string
    CASB operation search pattern. Valid values: simple, substr, regexp.
    Target string
    CASB operation target. Valid values: header, path.
    UserActivity string
    User Activity.
    ValueFromInput string
    Enable/disable value from user input. Valid values: disable, enable.
    Values List<string>
    CASB operation new values.
    Action string
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    CaseSensitive string
    CASB operation search case sensitive. Valid values: disable, enable.
    ControlOptions string
    Control Options.
    Direction string
    CASB operation direction. Valid values: request.
    HeaderName string
    CASB operation header name to search.
    Name string
    CASB control option operation name.
    ObjectCasbUseractivityControloptionsOperationsId 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.
    SearchKey string
    CASB operation key to search.
    SearchPattern string
    CASB operation search pattern. Valid values: simple, substr, regexp.
    Target string
    CASB operation target. Valid values: header, path.
    UserActivity string
    User Activity.
    ValueFromInput string
    Enable/disable value from user input. Valid values: disable, enable.
    Values []string
    CASB operation new values.
    action String
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caseSensitive String
    CASB operation search case sensitive. Valid values: disable, enable.
    controlOptions String
    Control Options.
    direction String
    CASB operation direction. Valid values: request.
    headerName String
    CASB operation header name to search.
    name String
    CASB control option operation name.
    objectCasbUseractivityControloptionsOperationsId 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.
    searchKey String
    CASB operation key to search.
    searchPattern String
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target String
    CASB operation target. Valid values: header, path.
    userActivity String
    User Activity.
    valueFromInput String
    Enable/disable value from user input. Valid values: disable, enable.
    values List<String>
    CASB operation new values.
    action string
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caseSensitive string
    CASB operation search case sensitive. Valid values: disable, enable.
    controlOptions string
    Control Options.
    direction string
    CASB operation direction. Valid values: request.
    headerName string
    CASB operation header name to search.
    name string
    CASB control option operation name.
    objectCasbUseractivityControloptionsOperationsId 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.
    searchKey string
    CASB operation key to search.
    searchPattern string
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target string
    CASB operation target. Valid values: header, path.
    userActivity string
    User Activity.
    valueFromInput string
    Enable/disable value from user input. Valid values: disable, enable.
    values string[]
    CASB operation new values.
    action str
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    case_sensitive str
    CASB operation search case sensitive. Valid values: disable, enable.
    control_options str
    Control Options.
    direction str
    CASB operation direction. Valid values: request.
    header_name str
    CASB operation header name to search.
    name str
    CASB control option operation name.
    object_casb_useractivity_controloptions_operations_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.
    search_key str
    CASB operation key to search.
    search_pattern str
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target str
    CASB operation target. Valid values: header, path.
    user_activity str
    User Activity.
    value_from_input str
    Enable/disable value from user input. Valid values: disable, enable.
    values Sequence[str]
    CASB operation new values.
    action String
    CASB operation action. Valid values: append, prepend, replace, new, new-on-not-found, delete.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    caseSensitive String
    CASB operation search case sensitive. Valid values: disable, enable.
    controlOptions String
    Control Options.
    direction String
    CASB operation direction. Valid values: request.
    headerName String
    CASB operation header name to search.
    name String
    CASB control option operation name.
    objectCasbUseractivityControloptionsOperationsId 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.
    searchKey String
    CASB operation key to search.
    searchPattern String
    CASB operation search pattern. Valid values: simple, substr, regexp.
    target String
    CASB operation target. Valid values: header, path.
    userActivity String
    User Activity.
    valueFromInput String
    Enable/disable value from user input. Valid values: disable, enable.
    values List<String>
    CASB operation new values.

    Import

    ObjectCasb UserActivityControlOptionsOperations can be imported using any of these accepted formats:

    Set import_options = [“user_activity=YOUR_VALUE”, “control_options=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectCasbUseractivityControloptionsOperations:ObjectCasbUseractivityControloptionsOperations 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