HostAccountSpec

HostAccountSpec
HostAccountSpec

This data object type contains common parameters for local account creation.

The password and description properties are not supported for group accounts on POSIX hosts.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "password": "string",
    "description": "string"
}
string
id
Required

The ID of the specified account.

string As password As password
password
Optional

The password for a user or group.

string
description
Optional

The description of the specified account.