dynamicSecretCreateGithub is a command that creates github 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] |
| GithubAppId | long | Github app id | [optional] |
| GithubAppPrivateKey | string | App private key | [optional] |
| GithubBaseUrl | string | Base URL | [optional] [default to "https://api.github.com/"] |
| 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 | 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] |
| 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] [default to "60m"] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |