Update a security group. Admin
id
globally unique identifier
Required
Guid ID of the Security Group to be updated. |
This object takes all the parameters needed to update a 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>192418e7-5906-48e8-b1b2-d69194d1bd42</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>8cb38fda-738a-4101-ad2b-0328c9858ef1</SiteID> </SecurityGroup>
{ "ID": "192418e7-5906-48e8-b1b2-d69194d1bd42", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "8cb38fda-738a-4101-ad2b-0328c9858ef1" }
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>0efcb26a-ab7d-4f6c-b9ae-918b13c31801</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4c3f0243-22bc-4bef-874d-605110bee26b</SiteID> <Created>2025-02-14T15:42:08.9030877+00:00</Created> <CreatedBy>af320227-0460-4874-b3d1-f74a08a9ccdd</CreatedBy> <Updated>2025-02-14T15:42:08.9030877+00:00</Updated> <UpdatedBy>96202e5d-4505-42df-a7d2-5d4c8705fb02</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "0efcb26a-ab7d-4f6c-b9ae-918b13c31801", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "4c3f0243-22bc-4bef-874d-605110bee26b", "Created": "2025-02-14T15:42:08.9030877+00:00", "CreatedBy": "af320227-0460-4874-b3d1-f74a08a9ccdd", "Updated": "2025-02-14T15:42:08.9030877+00:00", "UpdatedBy": "96202e5d-4505-42df-a7d2-5d4c8705fb02", "Deleted": true, "DeletedByRef": true }