Type Alias OAuthConnectionConfigUpdate

A JSON Patch document as defined in http://tools.ietf.org/html/rfc6902

type OAuthConnectionConfigUpdate = {
    op: "replace";
    path: "/consentMethod";
    value: "required" | "trusted";
}
Index

Properties

Properties

op: "replace"

The operation to be performed

path: "/consentMethod"

The path for the given resource field to patch

value: "required" | "trusted"

The value to be used for this operation.