Get Unauthenticated Access User
At least one of the listed privileges is required -
Privileges | Description |
---|---|
GLOBAL_CONFIG_VIEW | Caller should have permission to this privilege to read local unauthenticated access user(s). |
FEDERATED_LDAP_VIEW | Caller should have permission to this privilege, on any federated access group, to read global unauthenticated access user(s). |
ID of the unauthenticated access user
OK
{
"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"
}
Alias used for login from client.
Description of the unauthenticated access user.
Mode used for hybrid logon.
- PASSWORD: Hybrid logon via username and password.
- TRUESSO: Hybrid logon via True SSO.
- DISABLED: Hybrid logon disabled.
ID of the unauthenticated access configuration for the user.
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.
SID of the user for whom unauthenticated access is configured.
User is not authenticated
Access to the resource is forbidden
Not Found