Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 2.44 KB

File metadata and controls

56 lines (50 loc) · 2.44 KB

Akeyless::CreateMcpSecretOAuthAuthCode

Properties

Name Type Description Notes
accessibility String for personal password manager [optional][default to 'regular']
delete_protection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
input_rule Array<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]
max_versions String Set the maximum number of versions, limited by the account settings defaults. [optional]
metadata String Deprecated - use description [optional]
name String Secret name
oauth_client_id String OAuth client ID [optional]
oauth_client_secret String OAuth client secret [optional]
oauth_redirect_uri String OAuth redirect URI [optional]
oauth_refresh_token String OAuth refresh token [optional]
oauth_scopes Array<String> OAuth scopes [optional]
oauth_token_url String OAuth token URL [optional]
output_rule Array<String> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
protection_key String [optional]
tags Array<String> Add tags attached to this object [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
url String URL of the service [optional]

Example

require 'akeyless'

instance = Akeyless::CreateMcpSecretOAuthAuthCode.new(
  accessibility: null,
  delete_protection: null,
  description: null,
  input_rule: null,
  json: null,
  max_versions: null,
  metadata: null,
  name: null,
  oauth_client_id: null,
  oauth_client_secret: null,
  oauth_redirect_uri: null,
  oauth_refresh_token: null,
  oauth_scopes: null,
  oauth_token_url: null,
  output_rule: null,
  protection_key: null,
  tags: null,
  token: null,
  uid_token: null,
  url: null
)