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

fortimanager.ObjectCasbProfileSaasapplicationAccessruleAttributefilter

Explore with Pulumi AI

CASB profile attribute filter.

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

Create ObjectCasbProfileSaasapplicationAccessruleAttributefilter Resource

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

Constructor syntax

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

@overload
def ObjectCasbProfileSaasapplicationAccessruleAttributefilter(resource_name: str,
                                                              opts: Optional[ResourceOptions] = None,
                                                              access_rule: 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_accessrule_attributefilter_id: Optional[str] = None,
                                                              scopetype: Optional[str] = None)
func NewObjectCasbProfileSaasapplicationAccessruleAttributefilter(ctx *Context, name string, args ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationAccessruleAttributefilter, error)
public ObjectCasbProfileSaasapplicationAccessruleAttributefilter(string name, ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs args, CustomResourceOptions? opts = null)
public ObjectCasbProfileSaasapplicationAccessruleAttributefilter(String name, ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs args)
public ObjectCasbProfileSaasapplicationAccessruleAttributefilter(String name, ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs args, CustomResourceOptions options)
type: fortimanager:ObjectCasbProfileSaasapplicationAccessruleAttributefilter
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. ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs
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. ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs
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. ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs
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. ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs
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. ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs
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 objectCasbProfileSaasapplicationAccessruleAttributefilterResource = new Fortimanager.ObjectCasbProfileSaasapplicationAccessruleAttributefilter("objectCasbProfileSaasapplicationAccessruleAttributefilterResource", new()
{
    AccessRule = "string",
    Profile = "string",
    SaasApplication = "string",
    Action = "string",
    Adom = "string",
    AttributeMatches = new[]
    {
        "string",
    },
    Fosid = 0,
    ObjectCasbProfileSaasapplicationAccessruleAttributefilterId = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectCasbProfileSaasapplicationAccessruleAttributefilter(ctx, "objectCasbProfileSaasapplicationAccessruleAttributefilterResource", &fortimanager.ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs{
AccessRule: 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),
ObjectCasbProfileSaasapplicationAccessruleAttributefilterId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
Copy
var objectCasbProfileSaasapplicationAccessruleAttributefilterResource = new ObjectCasbProfileSaasapplicationAccessruleAttributefilter("objectCasbProfileSaasapplicationAccessruleAttributefilterResource", ObjectCasbProfileSaasapplicationAccessruleAttributefilterArgs.builder()
    .accessRule("string")
    .profile("string")
    .saasApplication("string")
    .action("string")
    .adom("string")
    .attributeMatches("string")
    .fosid(0)
    .objectCasbProfileSaasapplicationAccessruleAttributefilterId("string")
    .scopetype("string")
    .build());
Copy
object_casb_profile_saasapplication_accessrule_attributefilter_resource = fortimanager.ObjectCasbProfileSaasapplicationAccessruleAttributefilter("objectCasbProfileSaasapplicationAccessruleAttributefilterResource",
    access_rule="string",
    profile="string",
    saas_application="string",
    action="string",
    adom="string",
    attribute_matches=["string"],
    fosid=0,
    object_casb_profile_saasapplication_accessrule_attributefilter_id="string",
    scopetype="string")
Copy
const objectCasbProfileSaasapplicationAccessruleAttributefilterResource = new fortimanager.ObjectCasbProfileSaasapplicationAccessruleAttributefilter("objectCasbProfileSaasapplicationAccessruleAttributefilterResource", {
    accessRule: "string",
    profile: "string",
    saasApplication: "string",
    action: "string",
    adom: "string",
    attributeMatches: ["string"],
    fosid: 0,
    objectCasbProfileSaasapplicationAccessruleAttributefilterId: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectCasbProfileSaasapplicationAccessruleAttributefilter
properties:
    accessRule: string
    action: string
    adom: string
    attributeMatches:
        - string
    fosid: 0
    objectCasbProfileSaasapplicationAccessruleAttributefilterId: string
    profile: string
    saasApplication: string
    scopetype: string
Copy

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

AccessRule This property is required. string
Access Rule.
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.
ObjectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
AccessRule This property is required. string
Access Rule.
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.
ObjectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
accessRule This property is required. String
Access Rule.
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.
objectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
accessRule This property is required. string
Access Rule.
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.
objectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
access_rule This property is required. str
Access Rule.
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_accessrule_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.
accessRule This property is required. String
Access Rule.
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.
objectCasbProfileSaasapplicationAccessruleAttributefilterId 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 ObjectCasbProfileSaasapplicationAccessruleAttributefilter 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 ObjectCasbProfileSaasapplicationAccessruleAttributefilter Resource

Get an existing ObjectCasbProfileSaasapplicationAccessruleAttributefilter 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?: ObjectCasbProfileSaasapplicationAccessruleAttributefilterState, opts?: CustomResourceOptions): ObjectCasbProfileSaasapplicationAccessruleAttributefilter
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        access_rule: 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_accessrule_attributefilter_id: Optional[str] = None,
        profile: Optional[str] = None,
        saas_application: Optional[str] = None,
        scopetype: Optional[str] = None) -> ObjectCasbProfileSaasapplicationAccessruleAttributefilter
func GetObjectCasbProfileSaasapplicationAccessruleAttributefilter(ctx *Context, name string, id IDInput, state *ObjectCasbProfileSaasapplicationAccessruleAttributefilterState, opts ...ResourceOption) (*ObjectCasbProfileSaasapplicationAccessruleAttributefilter, error)
public static ObjectCasbProfileSaasapplicationAccessruleAttributefilter Get(string name, Input<string> id, ObjectCasbProfileSaasapplicationAccessruleAttributefilterState? state, CustomResourceOptions? opts = null)
public static ObjectCasbProfileSaasapplicationAccessruleAttributefilter get(String name, Output<String> id, ObjectCasbProfileSaasapplicationAccessruleAttributefilterState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectCasbProfileSaasapplicationAccessruleAttributefilter    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:
AccessRule string
Access Rule.
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.
ObjectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
AccessRule string
Access Rule.
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.
ObjectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
accessRule String
Access Rule.
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.
objectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
accessRule string
Access Rule.
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.
objectCasbProfileSaasapplicationAccessruleAttributefilterId 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.
access_rule str
Access Rule.
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_accessrule_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.
accessRule String
Access Rule.
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.
objectCasbProfileSaasapplicationAccessruleAttributefilterId 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 ProfileSaasApplicationAccessRuleAttributeFilter can be imported using any of these accepted formats:

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

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectCasbProfileSaasapplicationAccessruleAttributefilter:ObjectCasbProfileSaasapplicationAccessruleAttributefilter 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.