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>79a71627-a6c4-44c7-8b29-c7b8cb21e0a5</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>cef473ec-e7dd-4dfc-b429-e6a5d68148b9</SiteID> </SecurityGroup>
{ "ID": "79a71627-a6c4-44c7-8b29-c7b8cb21e0a5", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "cef473ec-e7dd-4dfc-b429-e6a5d68148b9" }
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>357bc99e-768d-4f0b-ab77-6b24de3b63b5</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4bc338e4-fea3-4067-9807-d3ee9c93cb19</SiteID> <Created>2024-10-24T16:06:28.6917476+00:00</Created> <CreatedBy>09327ab2-1f23-4498-8800-b923a6c5df86</CreatedBy> <Updated>2024-10-24T16:06:28.6917476+00:00</Updated> <UpdatedBy>13b8d7a4-2068-4fdf-a118-5c696e22087d</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "357bc99e-768d-4f0b-ab77-6b24de3b63b5", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "4bc338e4-fea3-4067-9807-d3ee9c93cb19", "Created": "2024-10-24T16:06:28.6917476+00:00", "CreatedBy": "09327ab2-1f23-4498-8800-b923a6c5df86", "Updated": "2024-10-24T16:06:28.6917476+00:00", "UpdatedBy": "13b8d7a4-2068-4fdf-a118-5c696e22087d", "Deleted": true, "DeletedByRef": true }