Type Alias SharingSettingsPatchCompliant

type SharingSettingsPatchCompliant = {
    op: "replace";
    path:
        | "/enable-sharing"
        | "/enable-report-subscription"
        | "/enable-reporting-template-subscription";
    value?: unknown;
}
Index

Properties

Properties

op: "replace"

The operation to be performed.

path:
    | "/enable-sharing"
    | "/enable-report-subscription"
    | "/enable-reporting-template-subscription"

The path for the given resource field to patch.

value?: unknown

The value to be used for this operation.