name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
type | ProtectedEntityType | ||
firstName | string | ||
lastName | string | ||
string | |||
displayName | string | ||
externalSourceId | string | ||
locked | boolean | required | |
beingDeleted | boolean | required | |
cloudServiceProvider | CloudServiceProviderDetails | ||
present | boolean | required | |
userPurpose | CloudUserPurpose |
Example
{ "guid" : "...", "name" : "...", "type" : "VM", "firstName" : "...", "lastName" : "...", "email" : "...", "displayName" : "...", "externalSourceId" : "...", "locked" : true, "beingDeleted" : true, "cloudServiceProvider" : { "guid" : "...", "cloudServiceProviderType" : "MICROSOFT365", "name" : "...", "tenantId" : "...", "applications" : [ { "guid" : "...", "clientId" : "...", "clientSecret" : "...", "secretChanged" : true }, { "guid" : "...", "clientId" : "...", "clientSecret" : "...", "secretChanged" : true } ], "possibleActions" : [ "READ", "HVM_READ" ], "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "filterUser" : { "usageLocation" : [ "...", "..." ], "country" : [ "...", "..." ], "officeLocation" : [ "...", "..." ] } }, "present" : true, "userPurpose" : "EQUIPMENT" }