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>93edf8f1-59f2-4f73-9be3-739461f174b6</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f285cae0-6bfa-467b-a20f-3ceec628ee1e</SiteID> </SecurityGroup>
{ "ID": "93edf8f1-59f2-4f73-9be3-739461f174b6", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "f285cae0-6bfa-467b-a20f-3ceec628ee1e" }
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>126cb47b-5dcc-4b78-9a75-4292205eda82</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>3669d089-44c0-45a5-bcca-12bb5d28d3b9</SiteID> <Created>2025-03-05T17:47:44.9113661+00:00</Created> <CreatedBy>b15618c2-3ec2-4619-94b1-3903e3289001</CreatedBy> <Updated>2025-03-05T17:47:44.9113661+00:00</Updated> <UpdatedBy>a31db776-2c67-4310-a8f7-652fb8207a27</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "126cb47b-5dcc-4b78-9a75-4292205eda82", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "3669d089-44c0-45a5-bcca-12bb5d28d3b9", "Created": "2025-03-05T17:47:44.9113661+00:00", "CreatedBy": "b15618c2-3ec2-4619-94b1-3903e3289001", "Updated": "2025-03-05T17:47:44.9113661+00:00", "UpdatedBy": "a31db776-2c67-4310-a8f7-652fb8207a27", "Deleted": true, "DeletedByRef": true }