CreateSecurityGroupRequest
Request payload for creating a security group
data objectrequired
mappedAsset object[]
Name of the mapped asset.
Possible values: [Pdf test
, Asset2k
]
ID of the mapped asset.
Possible values: [AS-223fc1c5-72eb-4a2f-9690-b2f4413fc281
, AS-fe72d945-284a-464d-a6f4-d2bc2e488691
]
mappedSystem object[]
Name of the mapped system.
Possible values: [System for PDF
, Boiler Room
]
ID of the mapped system.
Possible values: [SY-70925197-6ebf-4417-b1a9-f1422e60ece0
, SY-c0bb09d0-211c-45f4-bce9-f119ed3d3d0c
]
Name of the security group.
Possible values: [Prometha User SG
]
Description of the security group.
Possible values: [security group created for the prometha new user
]
mappedUser object[]
Name of the mapped user.
Possible values: [Purshottam Bondre
, Password Policy Test4
]
ID of the mapped user.
Possible values: [US-purushottam@industrility.com
, US-joxefe4213@soebing.com
]
{
"data": {
"mappedAsset": [
{
"name": "Pdf test",
"id": "AS-223fc1c5-72eb-4a2f-9690-b2f4413fc281"
}
],
"mappedSystem": [
{
"name": "System for PDF",
"id": "SY-70925197-6ebf-4417-b1a9-f1422e60ece0"
}
],
"name": "Prometha User SG",
"description": "security group created for the prometha new user",
"mappedUser": [
{
"name": "Purshottam Bondre",
"id": "US-purushottam@industrility.com"
}
]
}
}