Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.73 KB

DynamicSecretCreateGitlab.md

File metadata and controls

27 lines (23 loc) · 1.73 KB

DynamicSecretCreateGitlab

dynamicSecretCreateGitlab is a command that creates gitlab 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]
gitlab_access_token str Gitlab access token [optional]
gitlab_access_type str Gitlab access token type [project,group]
gitlab_certificate str Gitlab tls certificate (base64 encoded) [optional]
gitlab_role str Gitlab role [optional]
gitlab_token_scopes str Comma-separated list of access token scopes to grant
gitlab_url str Gitlab base url [optional] [default to 'https://gitlab.com/']
group_name str Gitlab group name, required for access-type=group [optional]
installation_organization str Gitlab project name, required for access-type=project [optional]
json bool Set output format to JSON [optional] [default to False]
name str Dynamic secret name
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]
ttl str Access Token TTL [optional]
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]