SecurityGroupList
List of security group items.
Array [
namestring
The name of the security group.
descriptionstring
A brief description of the security group.
idstring
The unique identifier of the security group.
labelstring
The label indicating the type of group, in this case, 'securityGroup'.
createDatestring<date-time>
The date and time when the security group was created.
statusstring
The status of the security group, e.g., 'active'.
]
SecurityGroupList
[
{
"name": "string",
"description": "string",
"id": "string",
"label": "string",
"createDate": "2024-07-29T15:51:28.071Z",
"status": "string"
}
]