SetGroupEndpointsRequestModel

Specifies information for setting a new group for a list of endpoints, for a group of endpoints, or for all endpoints on the site.

Either use EndpointsList or SourceGroupId to specify the endpoints being moved. If both are specified, EndpointsList is used. If both are left empty, all endpoints on the site are moved to the group specified by TargetGroupId.

NameDescriptionTypeAdditional Information
EndpointsList

Comma delimited string of endpoint ids. The endpoints are moved to the group specified by TargetGroupId.

string

None.

SourceGroupId

The id of the group where endpoints are moved from.

string

None.

TargetGroupId

The id of the group where endpoints are moved to.

string

Required

Inheritance

Value defining which policy should take effect.

  • 0 = The policy assignment of moved endpoints does not change. Endpoints which previously inherited their policies from the group's endpoint policy setting will inherit from the target group's endpoint policy setting.
  • 1 = The target group's policy will be applied to all moved endpoints.
  • 3 = No longer supported.
Default value is 0.

Note: Inheritance value 3 is no longer supported and behaves as if 0 was specified. If you used value 3 before, it is recommended to switch to value 0 instead.

integer

None.