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>94a9918a-f726-4779-88f5-eab91cfb2b3f</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>844a7b1e-c799-4749-9455-c040ca4ee535</SiteID> </SecurityGroup>
{ "ID": "94a9918a-f726-4779-88f5-eab91cfb2b3f", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "844a7b1e-c799-4749-9455-c040ca4ee535" }
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>cc7c586a-997e-45a0-bd97-b101de2d7188</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2fdb1ea1-e7c6-4e36-8d07-af6afad81928</SiteID> <Created>2024-10-23T13:09:19.5136931+00:00</Created> <CreatedBy>08961c2e-3b9b-4ce6-b01b-313b27c33b02</CreatedBy> <Updated>2024-10-23T13:09:19.5136931+00:00</Updated> <UpdatedBy>48444072-de1d-4bf0-a645-1d128fed50ce</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "cc7c586a-997e-45a0-bd97-b101de2d7188", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "2fdb1ea1-e7c6-4e36-8d07-af6afad81928", "Created": "2024-10-23T13:09:19.5136931+00:00", "CreatedBy": "08961c2e-3b9b-4ce6-b01b-313b27c33b02", "Updated": "2024-10-23T13:09:19.5136931+00:00", "UpdatedBy": "48444072-de1d-4bf0-a645-1d128fed50ce", "Deleted": true, "DeletedByRef": true }