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>26d9a112-d0dd-4fc5-b117-f811d6b1fdd5</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f55bc602-3476-43de-9fc5-3374f5121077</SiteID> </SecurityGroup>
{ "ID": "26d9a112-d0dd-4fc5-b117-f811d6b1fdd5", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "f55bc602-3476-43de-9fc5-3374f5121077" }
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>b553f7c6-0809-4969-8cdf-e26a579c98b8</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>d68cc1bc-05fb-48e4-b2b1-59d943bf3e74</SiteID> <Created>2025-03-06T06:08:01.5810582+00:00</Created> <CreatedBy>27502ec2-26f5-4f03-ad1d-602e06eb324f</CreatedBy> <Updated>2025-03-06T06:08:01.5810582+00:00</Updated> <UpdatedBy>a7e62b3e-05a6-49f4-a474-af20a34b0d0e</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "b553f7c6-0809-4969-8cdf-e26a579c98b8", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "d68cc1bc-05fb-48e4-b2b1-59d943bf3e74", "Created": "2025-03-06T06:08:01.5810582+00:00", "CreatedBy": "27502ec2-26f5-4f03-ad1d-602e06eb324f", "Updated": "2025-03-06T06:08:01.5810582+00:00", "UpdatedBy": "a7e62b3e-05a6-49f4-a474-af20a34b0d0e", "Deleted": true, "DeletedByRef": true }