name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
description | string | ||
deletable | boolean | required | |
defaultLdapGroup | boolean | required | |
defaultKeycloakGroup | boolean | required | |
users | array of AppUserDetails | ||
roles | array of AppUserRoleDetails |
Example
{ "guid" : "...", "name" : "...", "description" : "...", "deletable" : true, "defaultLdapGroup" : true, "defaultKeycloakGroup" : true, "users" : [ { "login" : "...", "firstName" : "...", "lastName" : "...", "lastFailedLoginIp" : "...", "source" : "KEYCLOAK", "language" : "ES", "active" : true, "infoTourEnabled" : true, "endpointsOrganization" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "groups" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "appUserSettings" : { "pageSize" : 12345, "timeFormat" : 12345 }, "externalId" : "...", "thirdPartyRestriction" : "HORIZON", "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "lastSuccessfulLogin" : 1451649601000, "lastFailedLogin" : 1451677502000, "uiTimeZone" : "UTC" }, { "login" : "...", "firstName" : "...", "lastName" : "...", "lastFailedLoginIp" : "...", "source" : "LDAP", "language" : "DE", "active" : true, "infoTourEnabled" : true, "endpointsOrganization" : { "guid" : "...", "name" : "..." }, "groups" : [ { "guid" : "...", "name" : "..." }, { "guid" : "...", "name" : "..." } ], "appUserSettings" : { "pageSize" : 12345, "timeFormat" : 12345 }, "externalId" : "...", "thirdPartyRestriction" : "NO_RESTRICTION", "guid" : "...", "lastSuccessfulLogin" : 12345, "lastFailedLogin" : 12345, "uiTimeZone" : "..." } ], "roles" : [ { "guid" : "...", "name" : "...", "description" : "...", "deletable" : true, "privileges" : [ "OS_CREDENTIAL_READ", "NODE_CONFIG_WRITE" ], "isRootAccess" : true, "privilegeContexts" : [ { "type" : "CLOUD_SERVICE_PROVIDER", "instanceGuid" : "...", "instanceUuid" : "...", "instanceName" : "..." }, { "type" : "CLOUD_USER", "instanceGuid" : "...", "instanceUuid" : "...", "instanceName" : "..." } ] }, { "guid" : "...", "name" : "...", "description" : "...", "deletable" : true, "privileges" : [ "NODE_CONFIG_WRITE", "APP_INSTANCE_RESTORE_TO_NODE_TASK_REGISTER" ], "isRootAccess" : true, "privilegeContexts" : [ { "type" : "CLOUD_GROUP", "instanceGuid" : "...", "instanceUuid" : "...", "instanceName" : "..." }, { "type" : "STORAGE", "instanceGuid" : "...", "instanceUuid" : "...", "instanceName" : "..." } ] } ] }