Type Alias PatchJWTAuthPayload

A patch request for an identity provider using the jwtAuth protocol.

type PatchJWTAuthPayload = {
    op: "replace";
    path?: "/description";
    value?: unknown;
}
Index

Properties

Properties

op: "replace"

The "operation" to be performed on a given IdP.

path?: "/description"
value?: unknown