CreateProfileRequestType
CreateProfileRequestType
The parameters of CreateProfile.
JSON Example
{
"createSpec": {
"_typeName": "string",
"name": "string",
"annotation": "string",
"enabled": false
}
}
createSpec
Required
Specification for the profile being created. Usually a derived class CreateSpec can be used to create the Profile.