Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.05 KB

File metadata and controls

30 lines (22 loc) · 2.05 KB

UpdateMcpSecretOAuthAuthCode

Properties

Name Type Description Notes
accessibility String for personal password manager [optional]
araEnabled Boolean Enable or disable Agentic Runtime Authority rule enforcement for this item. When false, user-defined input/output rules are stored but not enforced; the base security validation still runs. AraEnabled is tri-state (nil/true/false), not a plain bool: it self-encodes its wire value (see akl.OptionalBool) so an explicit false survives the curl-proxy relay instead of being dropped like a default-false bool flag. [optional]
inputRule List<String> Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) [optional]
json Boolean Set output format to JSON [optional]
keepPrevVersion String Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
key String [optional]
lastVersion Integer [optional]
name String Secret name
oauthClientId String OAuth client ID [optional]
oauthClientSecret String OAuth client secret [optional]
oauthRedirectUri String OAuth redirect URI [optional]
oauthRefreshToken String OAuth refresh token [optional]
oauthScopes List<String> OAuth scopes [optional]
oauthTokenUrl String OAuth token URL [optional]
outputRule List<String> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]
url String URL of the service [optional]