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"

The "path" to the part of the IdP document.

value?: unknown

The "value" data type is dependent on the path value being used.