Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.48 KB

File metadata and controls

31 lines (27 loc) · 2.48 KB

DynamicSecretUpdateGithub

dynamicSecretUpdateGithub is a command that updates github dynamic secret

Properties

Name Type Description Notes
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
github_app_id int Github app id [optional]
github_app_private_key str App private key [optional]
github_base_url str Base URL [optional] [default to 'https://api.github.com/']
input_rule list[str] Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). [optional]
installation_id int GitHub application installation id [optional]
installation_organization str Optional, mutually exclusive with installation id, GitHub organization name [optional]
installation_repository str Optional, mutually exclusive with installation id, GitHub repository '<owner>/<repo-name>' [optional]
item_custom_fields dict(str, str) Additional custom fields to associate with the item [optional]
json bool Set output format to JSON [optional] [default to False]
name str Dynamic secret name
new_name str Dynamic secret name [optional]
output_rule list[str] Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
tags list[str] Add tags attached to this object [optional]
target_name str Target name [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
token_permissions list[str] Optional - installation token's allowed permissions [optional]
token_repositories list[str] Optional - installation token's allowed repositories [optional]
token_ttl str Token TTL [optional] [default to '60m']
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]