Which three firewall user authentication objects can be referenced in a security policy? (Choose three.)
A.
access profile
B.
client group
C.
client
D.
default profile
E.
external
Which three firewall user authentication objects can be referenced in a security policy? (Choose three.)
Which three firewall user authentication objects can be referenced in a security policy? (Choose three.)
A.
access profile
B.
client group
C.
client
D.
default profile
E.
external
security {
policies {
from-zone zone-name to-zone zone-name {
policy policy-name {
match {
…
}
}
then {
permit {
firewall-authentication {
pass-through {
access-profile profile-name;
client-match user-or-group-name;
}
}
}
}