1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter

Explore with Pulumi AI

CASB attribute filter.

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

Create ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter Resource

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

Constructor syntax

new ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(name: string, args: ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs, opts?: CustomResourceOptions);
@overload
def ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(resource_name: str,
                                                                 args: ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs,
                                                                 opts: Optional[ResourceOptions] = None)

@overload
def ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(resource_name: str,
                                                                 opts: Optional[ResourceOptions] = None,
                                                                 custom_control: Optional[str] = None,
                                                                 profile: Optional[str] = None,
                                                                 saas_application: Optional[str] = None,
                                                                 action: Optional[str] = None,
                                                                 adom: Optional[str] = None,
                                                                 attribute_matches: Optional[Sequence[str]] = None,
                                                                 fosid: Optional[float] = None,
                                                                 object_casb_profile_saasapplication_customcontrol_attributefilter_id: Optional[str] = None,
                                                                 scopetype: Optional[str] = None)
func NewObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(ctx *Context, name string, args ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter, error)
public ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(string name, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs args, CustomResourceOptions? opts = null)
public ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(String name, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs args)
public ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(String name, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs
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 objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource = new Fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", new()
{
    CustomControl = "string",
    Profile = "string",
    SaasApplication = "string",
    Action = "string",
    Adom = "string",
    AttributeMatches = new[]
    {
        "string",
    },
    Fosid = 0,
    ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(ctx, "objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", &fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs{
	CustomControl:   pulumi.String("string"),
	Profile:         pulumi.String("string"),
	SaasApplication: pulumi.String("string"),
	Action:          pulumi.String("string"),
	Adom:            pulumi.String("string"),
	AttributeMatches: pulumi.StringArray{
		pulumi.String("string"),
	},
	Fosid: pulumi.Float64(0),
	ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId: pulumi.String("string"),
	Scopetype: pulumi.String("string"),
})
Copy
var objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource = new ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterArgs.builder()
    .customControl("string")
    .profile("string")
    .saasApplication("string")
    .action("string")
    .adom("string")
    .attributeMatches("string")
    .fosid(0)
    .objectCasbProfileSaasapplicationCustomcontrolAttributefilterId("string")
    .scopetype("string")
    .build());
Copy
object_casb_profile_saasapplication_customcontrol_attributefilter_resource = fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource",
    custom_control="string",
    profile="string",
    saas_application="string",
    action="string",
    adom="string",
    attribute_matches=["string"],
    fosid=0,
    object_casb_profile_saasapplication_customcontrol_attributefilter_id="string",
    scopetype="string")
Copy
const objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource = new fortimanager.ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter("objectCasbProfileSaasapplicationCustomcontrolAttributefilterResource", {
    customControl: "string",
    profile: "string",
    saasApplication: "string",
    action: "string",
    adom: "string",
    attributeMatches: ["string"],
    fosid: 0,
    objectCasbProfileSaasapplicationCustomcontrolAttributefilterId: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
properties:
    action: string
    adom: string
    attributeMatches:
        - string
    customControl: string
    fosid: 0
    objectCasbProfileSaasapplicationCustomcontrolAttributefilterId: string
    profile: string
    saasApplication: string
    scopetype: string
Copy

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

CustomControl This property is required. string
Custom Control.
Profile This property is required. string
Profile.
SaasApplication This property is required. string
Saas Application.
Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AttributeMatches List<string>
CASB access rule tenant match.
Fosid double
CASB tenant control ID.
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId string
an identifier for the resource with format {{fosid}}.
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.
CustomControl This property is required. string
Custom Control.
Profile This property is required. string
Profile.
SaasApplication This property is required. string
Saas Application.
Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AttributeMatches []string
CASB access rule tenant match.
Fosid float64
CASB tenant control ID.
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId string
an identifier for the resource with format {{fosid}}.
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.
customControl This property is required. String
Custom Control.
profile This property is required. String
Profile.
saasApplication This property is required. String
Saas Application.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attributeMatches List<String>
CASB access rule tenant match.
fosid Double
CASB tenant control ID.
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId String
an identifier for the resource with format {{fosid}}.
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.
customControl This property is required. string
Custom Control.
profile This property is required. string
Profile.
saasApplication This property is required. string
Saas Application.
action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attributeMatches string[]
CASB access rule tenant match.
fosid number
CASB tenant control ID.
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId string
an identifier for the resource with format {{fosid}}.
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.
custom_control This property is required. str
Custom Control.
profile This property is required. str
Profile.
saas_application This property is required. str
Saas Application.
action str
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attribute_matches Sequence[str]
CASB access rule tenant match.
fosid float
CASB tenant control ID.
object_casb_profile_saasapplication_customcontrol_attributefilter_id str
an identifier for the resource with format {{fosid}}.
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.
customControl This property is required. String
Custom Control.
profile This property is required. String
Profile.
saasApplication This property is required. String
Saas Application.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attributeMatches List<String>
CASB access rule tenant match.
fosid Number
CASB tenant control ID.
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId String
an identifier for the resource with format {{fosid}}.
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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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 ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter Resource

Get an existing ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter 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?: ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        action: Optional[str] = None,
        adom: Optional[str] = None,
        attribute_matches: Optional[Sequence[str]] = None,
        custom_control: Optional[str] = None,
        fosid: Optional[float] = None,
        object_casb_profile_saasapplication_customcontrol_attributefilter_id: Optional[str] = None,
        profile: Optional[str] = None,
        saas_application: Optional[str] = None,
        scopetype: Optional[str] = None) -> ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter
func GetObjectCasbProfileSaasapplicationCustomcontrolAttributefilter(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter, error)
public static ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState? state, CustomResourceOptions? opts = null)
public static ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter get(String name, Output<String> id, ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 access rule tenant control action. Valid values: block, monitor, bypass.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AttributeMatches List<string>
CASB access rule tenant match.
CustomControl string
Custom Control.
Fosid double
CASB tenant control ID.
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId string
an identifier for the resource with format {{fosid}}.
Profile string
Profile.
SaasApplication string
Saas Application.
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.
Action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AttributeMatches []string
CASB access rule tenant match.
CustomControl string
Custom Control.
Fosid float64
CASB tenant control ID.
ObjectCasbProfileSaasapplicationCustomcontrolAttributefilterId string
an identifier for the resource with format {{fosid}}.
Profile string
Profile.
SaasApplication string
Saas Application.
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.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attributeMatches List<String>
CASB access rule tenant match.
customControl String
Custom Control.
fosid Double
CASB tenant control ID.
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId String
an identifier for the resource with format {{fosid}}.
profile String
Profile.
saasApplication String
Saas Application.
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.
action string
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attributeMatches string[]
CASB access rule tenant match.
customControl string
Custom Control.
fosid number
CASB tenant control ID.
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId string
an identifier for the resource with format {{fosid}}.
profile string
Profile.
saasApplication string
Saas Application.
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.
action str
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attribute_matches Sequence[str]
CASB access rule tenant match.
custom_control str
Custom Control.
fosid float
CASB tenant control ID.
object_casb_profile_saasapplication_customcontrol_attributefilter_id str
an identifier for the resource with format {{fosid}}.
profile str
Profile.
saas_application str
Saas Application.
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.
action String
CASB access rule tenant control action. Valid values: block, monitor, bypass.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
attributeMatches List<String>
CASB access rule tenant match.
customControl String
Custom Control.
fosid Number
CASB tenant control ID.
objectCasbProfileSaasapplicationCustomcontrolAttributefilterId String
an identifier for the resource with format {{fosid}}.
profile String
Profile.
saasApplication String
Saas Application.
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.

Import

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

Set import_options = [“profile=YOUR_VALUE”, “saas_application=YOUR_VALUE”, “custom_control=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectCasbProfileSaasapplicationCustomcontrolAttributefilter:ObjectCasbProfileSaasapplicationCustomcontrolAttributefilter labelname {{fosid}}
Copy

$ 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.