UnauthenticatedAccessUserInfo

UnauthenticatedAccessUserInfo
UnauthenticatedAccessUserInfo

Information related to Unauthenticated Access User.

JSON Example
{
    "alias_name": "unauthenticated-user",
    "description": "example description",
    "hybrid_logon_mode": "TRUESSO",
    "id": "11bd230b-87ce-3306-a943-810affe7b68a",
    "source_pod_ids": [
        "310927ee-1195-44c3-b877-5b194b4b4ea8",
        "78669598-45b6-44a3-aa0d-11b16d45ab73"
    ],
    "user_id": "S-1-5-21-1111111111-2222222222-3333333333-500"
}
string
alias_name
Optional

Alias used for login from client.

string
description
Optional

Description of the unauthenticated access user.

string
hybrid_logon_mode
Optional

Mode used for hybrid logon.

  • PASSWORD: Hybrid logon via username and password.
  • TRUESSO: Hybrid logon via True SSO.
  • DISABLED: Hybrid logon disabled.
Possible values are : PASSWORD, TRUESSO, DISABLED,
string
id
Optional

ID of the unauthenticated access configuration for the user.

array of string
source_pod_ids
Optional

Pods in which the unauthenticated access user was created. This will be unset if CPA is not initialized or if the caller does not have FEDERATED_LDAP_VIEW privilege.

string
user_id
Optional

SID of the user for whom unauthenticated access is configured.