UnauthenticatedAccessUserCreateSpec
UnauthenticatedAccessUserCreateSpec
Unauthenticated access user specification
JSON Example
{
"alias_name": "unauthenticated-user",
"description": "example description",
"hybrid_logon_mode": "PASSWORD",
"hybrid_logon_password": [
"password"
],
"user_id": "S-1-5-21-1111111111-2222222222-3333333333-500"
}
string
alias_name
Optional
Alias to be used for login from client. If unset, AD login name of the user would be used.
string
description
Optional
Description of the unauthenticated access user.
string
hybrid_logon_mode
Optional
Mode to be used for hybrid logon. If unset, hybrid logon will be disabled.
- PASSWORD: Hybrid logon via username and password.
- TRUESSO: Hybrid logon via True SSO.
- DISABLED: Hybrid logon disabled.
Possible values are : PASSWORD, TRUESSO, DISABLED,
array of string
hybrid_logon_password
Optional
Password for the user for hybrid logon. This is required when hybrid_logon_mode is set to PASSWORD.
string
user_id
Required
SID of the user for whom unauthenticated access is to be configured.