HostAccessControlEntry
HostAccessControlEntry
Data structure describing the access mode for a user or group.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"principal": "string",
"group": false,
"accessMode": "string"
}
string
principal
Required
User or group having the described access mode.
The format is "login" for local users or "DOMAIN\login" for users in a Windows domain.
boolean
group
Required
True if 'principal' describes a group account, false otherwise.
accessMode
Required
Access mode for the principal.