Update Entity Security Associations
Select
SaaS
Customer Managed
Update Entity Security Associations
- application/json
Request Body
entityAssociated object
entity object[]
entityType int32Valid values are: 3 - client, 28 - client group, 4 - agent, 5 - instance, 7 - subclient, 64 - alert, 158 - plans
_type_ int32 requiredType of entity to add security association. Valid values are: 3 - client, 28 - client group, 4 - agent, 5 - instance, 7 - subclient, 64 - alert, 150 - plans
entityId int32clientId int32clientGroupId int32credentialId int32securityAssociations object
associationsOperationType stringassociations object[]
userOrGroup object[]
groupId int32externalGroupName stringuserGroupName stringuserGroupId int32properties object
role object
roleId int32
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
response object[]
warningCode integererrorCode integerwarningMessage string
{
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
Loading...