Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.27 KB

File metadata and controls

29 lines (25 loc) · 2.27 KB

akeyless.CreateMcpSecretOAuthAuthCode

Properties

Name Type Description Notes
accessibility String for personal password manager [optional] [default to 'regular']
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]
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
inputRule [String] Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) [optional]
json Boolean Set output format to JSON [optional] [default to false]
maxVersions String Set the maximum number of versions, limited by the account settings defaults. [optional]
metadata String Deprecated - use description [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 [String] OAuth scopes [optional]
oauthTokenUrl String OAuth token URL [optional]
outputRule [String] Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
protectionKey String [optional]
tags [String] Add tags attached to this object [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]