AddCustomFieldDefRequestType

AddCustomFieldDefRequestType
AddCustomFieldDefRequestType

The parameters of AddCustomFieldDef.

JSON Example
{
    "name": "string",
    "moType": "string",
    "fieldDefPolicy": {
        "_typeName": "string",
        "createPrivilege": "string",
        "readPrivilege": "string",
        "updatePrivilege": "string",
        "deletePrivilege": "string"
    },
    "fieldPolicy": {
        "_typeName": "string",
        "createPrivilege": "string",
        "readPrivilege": "string",
        "updatePrivilege": "string",
        "deletePrivilege": "string"
    }
}
string
name
Required

The name of the field.

string
moType
Optional

The managed object type to which this field will apply

fieldDefPolicy
Optional

Privilege policy to apply to FieldDef being created

fieldPolicy
Optional

Privilege policy to apply to instances of field