dynamicSecretCreateGitlab is a command that creates gitlab dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| 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] [default to "https://gitlab.com/"] |
| GroupName | string | Gitlab group name, required for access-type=group | [optional] |
| InstallationOrganization | string | Gitlab project name, required for access-type=project | [optional] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Dynamic secret name | |
| 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] |