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>c7146282-af08-4d14-bf45-78df8bda0a18</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>7eb2d0c9-6f9b-4abe-9f17-b487f7702fc3</SiteID> </SecurityGroup>
{ "ID": "c7146282-af08-4d14-bf45-78df8bda0a18", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "7eb2d0c9-6f9b-4abe-9f17-b487f7702fc3" }
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>e4d69644-c05a-4e94-bd03-1cbb6300aee8</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>a5617f4a-9a76-4b08-a7b6-2b9b812c35e8</SiteID> <Created>2025-02-04T06:44:48.8778545+00:00</Created> <CreatedBy>45876fd7-9ca1-40f3-b266-b44c08381237</CreatedBy> <Updated>2025-02-04T06:44:48.8778545+00:00</Updated> <UpdatedBy>671ba47b-a032-439b-bd56-6984ca2e9358</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "e4d69644-c05a-4e94-bd03-1cbb6300aee8", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "a5617f4a-9a76-4b08-a7b6-2b9b812c35e8", "Created": "2025-02-04T06:44:48.8778545+00:00", "CreatedBy": "45876fd7-9ca1-40f3-b266-b44c08381237", "Updated": "2025-02-04T06:44:48.8778545+00:00", "UpdatedBy": "671ba47b-a032-439b-bd56-6984ca2e9358", "Deleted": true, "DeletedByRef": true }