Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.44 KB

File metadata and controls

35 lines (27 loc) · 2.44 KB

DynamicSecretCreateGitlab

dynamicSecretCreateGitlab is a command that creates gitlab dynamic secret

Properties

Name Type Description Notes
araEnabled Boolean Enable or disable Agentic Runtime Authority rule enforcement for this item. Mirrors commands.AgenticRulesParams.AraEnabled. [optional]
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
gitlabAccessToken String Gitlab access token [optional]
gitlabAccessType String Gitlab access token type [project,group]
gitlabCertificate String Gitlab tls certificate (base64 encoded) [optional]
gitlabRole String Gitlab role [optional]
gitlabTokenScopes String Comma-separated list of access token scopes to grant
gitlabUrl String Gitlab base url [optional]
groupName String Gitlab group name, required for access-type=group [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]
installationOrganization String Gitlab project name, required for access-type=project [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]
skipDryRun String If set, dry-run will be skipped [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]
ttl String Access Token TTL [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]