HTTPClientAuthenticationParams

HTTPClientAuthenticationParams
HTTPClientAuthenticationParams
JSON Example
{
    "auth_profile_ref": "string",
    "realm": "string",
    "request_uri_path": {
        "match_criteria": "string",
        "match_str": [
            "string"
        ],
        "string_group_refs": [
            "string"
        ]
    },
    "type": "string"
}
string
auth_profile_ref
Optional

Auth Profile to use for validating users. It is a reference to an object of type AuthProfile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
realm
Optional

Basic authentication realm to present to a user along with the prompt for credentials. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

request_uri_path
Optional

request_uri_path

string
type
Optional

type of client authentication. Enum options - HTTP_BASIC_AUTH. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.