rule (casb-policy)
Syntax
rules rule-name {
match {
application application-name {
activity activity-name {
[param-name param-value param-name param-value]
}
instance instance-name;
}
application-group application-group-name {
activity activity-name
}
}
then {
allow;
deny;
log-action;
}
}
Hierarchy Level
[edit security casb casb-policy policy-name]
Description
Configure Cloud Access Security Broker (CASB) policy rule. CASB policy rule includes set of match criteria defining the conditions that must be satisfied to apply the policy and a set of actions to be performed in case of a match—allow, deny, or log actions.
Options
| match rule-name |
Define a match criteria for matching the traffic in CASB policy rule. You can specify following:
|
| then |
Define the action for the match condition by specifying—allow/deny and log-actions. |
Required Privilege Level
security—To view this statement in the configuration.
security-control—To add this statement to the configuration.
Release Information
Statement introduced in Junos OS Release 24.2R1.