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>d1977788-dc77-4c69-baa5-208dd640cf58</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>68c686ce-825f-409e-8cca-dc60ffb7ab7c</SiteID> </SecurityGroup>
{ "ID": "d1977788-dc77-4c69-baa5-208dd640cf58", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "68c686ce-825f-409e-8cca-dc60ffb7ab7c" }
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>c9e2dd9f-5ed6-4bf6-b30e-12439726b0ae</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>e741e87d-81fd-4b6a-ad14-abb9e89761e4</SiteID> <Created>2025-02-04T00:15:36.8605077+00:00</Created> <CreatedBy>1596af8c-5188-4c41-9501-14caff8c2708</CreatedBy> <Updated>2025-02-04T00:15:36.8605077+00:00</Updated> <UpdatedBy>00e3a5a4-e70d-4060-beb2-70b1e0e408f0</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "c9e2dd9f-5ed6-4bf6-b30e-12439726b0ae", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "e741e87d-81fd-4b6a-ad14-abb9e89761e4", "Created": "2025-02-04T00:15:36.8605077+00:00", "CreatedBy": "1596af8c-5188-4c41-9501-14caff8c2708", "Updated": "2025-02-04T00:15:36.8605077+00:00", "UpdatedBy": "00e3a5a4-e70d-4060-beb2-70b1e0e408f0", "Deleted": true, "DeletedByRef": true }