Interface ISharingTaskRecurringPatchRequestCompliant

interface ISharingTaskRecurringPatchRequestCompliant {
    op: "replace";
    path: "/description" | "/name" | "/tags" | "/ownerId" | "/enabled" | "/scheduleOptions" | "/templates" | "/recipients" | "/recipient" | "/sharePointFolder" | "/dataConnectionID" | "/transportChannels";
    value: {};
}

Properties

Properties

op: "replace"
path: "/description" | "/name" | "/tags" | "/ownerId" | "/enabled" | "/scheduleOptions" | "/templates" | "/recipients" | "/recipient" | "/sharePointFolder" | "/dataConnectionID" | "/transportChannels"
value: {}

Type declaration