### Description [New Ressource]: citrixadc_authenticationprotecteduseraction ### Affected Resource(s) and/or Data Source(s) resource "citrixadc_authenticationpolicy" "tf_authenticationpolicy" { name = "tf_authenticationpolicy" rule = "true" action = citrixadc_authenticationprotecteduseraction.tf_protected_user.name } ### Equivalent NetScaler CLI Command `add authentication protectedUserAction protectedUser -realmStr <AAA.LOCAL> -maxConcurrentUsers <8>` ### Potential Terraform Configuration ```terraform resource "citrixadc_authenticationprotecteduseraction" "tf_protected_user" { name = "aaa_act_protected-user" realmstr = "AAA.LOCAL" maxconcurrentusers = 8 } ``` ### References https://docs.netscaler.com/en-us/citrix-adc/current-release/aaa-tm/authentication-methods/protected-user-authentication