AuthProfileHTTPClientParams

AuthProfileHTTPClientParams
AuthProfileHTTPClientParams
JSON Example
{
    "cache_expiration_time": 0,
    "request_header": "string",
    "require_user_groups": [
        "string"
    ]
}
integer As int32 As int32
cache_expiration_time
Optional

The max allowed length of time a clients authentication is cached. Allowed values are 1-30. Unit is SEC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
request_header
Optional

Insert an HTTP header. This field is used to define the header name. The value of the header is set to the client's HTTP Auth user ID. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of string
require_user_groups
Optional

A user should be a member of these groups. Each group is defined by the DN. For example, CN=testgroup,OU=groups,dc=example,dc=avinetworks,DC=com. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of