For the complete documentation index, see llms.txt. This page is also available as Markdown.

Duplicate

Duplicate

post

Duplicate a Client policy.

Path parameters
idinteger · int32Required

The ID of the client policy to duplicate

Responses
201

Created

application/json; api-version=1.0

Client Rules

idinteger · int32Optional

ID of the object.

adminCreatestring · nullableOptional

User who created the object.

adminLastModstring · nullableOptional

User who last modified the object.

timeCreatestring · date-timeOptional

Time when the object was created.

timeLastModstring · date-timeOptional

Time when the object was last modified.

namestring · nullableOptional

Name of the client policy.

enabledbooleanOptional

Whether the client policy is enabled or disabled.

descriptionstring · nullableOptional

Description of the client policy.

orderinteger · int32Optional

Order of the client policy.

versioninteger · int32Optional

Version.

post/api/ClientPolicies/{id}/Duplicate

Last updated