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>9dff8b9a-01fb-40fd-ba84-9d0bb69fc24a</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>047a61dc-539d-4eb6-b8d5-f07a5ce8d13d</SiteID> </SecurityGroup>
{ "ID": "9dff8b9a-01fb-40fd-ba84-9d0bb69fc24a", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "047a61dc-539d-4eb6-b8d5-f07a5ce8d13d" }
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>8f9b180d-d2a9-42f8-b49d-e4cdb21b2774</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5ec2c014-ba06-49a3-8619-f79538ee1a47</SiteID> <Created>2025-02-15T18:54:26.1356576+00:00</Created> <CreatedBy>98e07beb-4f06-47bf-ba3c-a7459712eb6f</CreatedBy> <Updated>2025-02-15T18:54:26.1356576+00:00</Updated> <UpdatedBy>eff2918f-3f4c-446d-bb2a-521caac0ae9b</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "8f9b180d-d2a9-42f8-b49d-e4cdb21b2774", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "5ec2c014-ba06-49a3-8619-f79538ee1a47", "Created": "2025-02-15T18:54:26.1356576+00:00", "CreatedBy": "98e07beb-4f06-47bf-ba3c-a7459712eb6f", "Updated": "2025-02-15T18:54:26.1356576+00:00", "UpdatedBy": "eff2918f-3f4c-446d-bb2a-521caac0ae9b", "Deleted": true, "DeletedByRef": true }