Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.31 KB

File metadata and controls

32 lines (24 loc) · 2.31 KB

GatewayCreateProducerGithub

gatewayCreateProducerGithub is a command that creates github producer [Deprecated: Use dynamic-secret-create-github command]

Properties

Name Type Description Notes
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
githubAppId Long Github app id [optional]
githubAppPrivateKey String App private key [optional]
githubBaseUrl String Base URL [optional]
inputRule List<String> 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]
installationId Long GitHub application installation id [optional]
installationOrganization String Optional, mutually exclusive with installation id, GitHub organization name [optional]
installationRepository String Optional, mutually exclusive with installation id, GitHub repository '<owner>/<repo-name>' [optional]
itemCustomFields Map<String, String> Additional custom fields to associate with the item [optional]
json Boolean Set output format to JSON [optional]
name String Dynamic secret name
outputRule List<String> Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
tags List<String> Add tags attached to this object [optional]
targetName String Target name [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
tokenPermissions List<String> Optional - installation token's allowed permissions [optional]
tokenRepositories List<String> Optional - installation token's allowed repositories [optional]
tokenTtl String Token TTL [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]