Skip to content

[FEATURE REQUEST]: protectedUserAction Support (feature parity FW14.1-47.x) #1268

@adc-nerd

Description

@adc-nerd

Description

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

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions