The display access-author policy command displays the configuration of a user authentication event authorization policy.
| Parameter | Description | Value | 
|---|---|---|
| name policy-name | Displays the configuration of the user authentication event authorization policy with a specified name. If name policy-name is not specified, all user authentication event authorization policies configured on the device are displayed. | The value must be the name of an existing user authentication event authorization policy on the device. | 
After configuring a user authentication event authorization policy, you can run this command to check whether the configuration is correct.
# Display all user authentication event authorization policies configured on the device.
<HUAWEI> display access-author policy
-------------------------------------------------------------------------------                                                     
    ID        Access-author policy name                                                                                             
-------------------------------------------------------------------------------                                                     
     0        a1                                                                                                                    
     1        a2                                                                                                                    
-------------------------------------------------------------------------------                                                     
    Total 2, printed 2 
# Display the configuration of the user authentication event authorization policy a1.
<HUAWEI> display access-author policy name a1
  Policy name               : a1                                                                                                    
  match access-context-profile p1 action authen-fail service-scheme s1
| Item | Description | 
|---|---|
| ID | Index of a user authentication event authorization policy. | 
| Access-author policy name or Policy name | Name of a user authentication event authorization policy. To configure the parameter, run the access-author policy name command. | 
| match access-context-profile profile-name action authen-fail service-scheme scheme-name | User authorization information specified based on a user context profile. To configure the parameter, run the match access-context-profile action command. |