Create a new security group. Admin
None.
This object takes all the parameters needed to create a new security group.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID
globally unique identifier
Required on Update
ID of the security group. |
Group
string
Required
Name of the security group. (Max length 100 characters) |
Description
string
Description of the security group |
SiteID
globally unique identifier
Required
ID of the site for the security group. |
Created
date
ReadOnly
Date the security group was created. |
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the security group. |
Updated
date
ReadOnly
Date the security group was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the person who updated the security group. |
Deleted
boolean
ReadOnly
Deleted status of the security group. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the security group. |
<SecurityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>90e3af21-f1ff-4742-9e5a-21f9f2eae75b</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>cdc844d1-6d07-4e9f-a5d0-d81bdccb8941</SiteID> </SecurityGroup>
{ "ID": "90e3af21-f1ff-4742-9e5a-21f9f2eae75b", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "cdc844d1-6d07-4e9f-a5d0-d81bdccb8941" }
ID
globally unique identifier
Required on Update
ID of the security group. |
Group
string
Required
Name of the security group. (Max length 100 characters) |
Description
string
Description of the security group |
SiteID
globally unique identifier
Required
ID of the site for the security group. |
Created
date
ReadOnly
Date the security group was created. |
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the security group. |
Updated
date
ReadOnly
Date the security group was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the person who updated the security group. |
Deleted
boolean
ReadOnly
Deleted status of the security group. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the security group. |
<SecurityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>2e1302d0-1ae3-4807-9976-2317c4d93aa1</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>595c5a47-251e-4adc-803c-9671f5e359b5</SiteID> <Created>2025-04-18T21:52:09.2863655+00:00</Created> <CreatedBy>49455e57-98a8-40bc-8fdc-dcb335916ff8</CreatedBy> <Updated>2025-04-18T21:52:09.2863655+00:00</Updated> <UpdatedBy>d51e41e0-60cc-455d-af9b-229ca76c2266</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "2e1302d0-1ae3-4807-9976-2317c4d93aa1", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "595c5a47-251e-4adc-803c-9671f5e359b5", "Created": "2025-04-18T21:52:09.2863655+00:00", "CreatedBy": "49455e57-98a8-40bc-8fdc-dcb335916ff8", "Updated": "2025-04-18T21:52:09.2863655+00:00", "UpdatedBy": "d51e41e0-60cc-455d-af9b-229ca76c2266", "Deleted": true, "DeletedByRef": true }