Delete Template Sync Config
proton_delete_template_sync_config | R Documentation |
Delete a template sync configuration¶
Description¶
Delete a template sync configuration.
Usage¶
Arguments¶
templateName
[required] The template name.
templateType
[required] The template type.
Value¶
A list with the following syntax:
list(
templateSyncConfig = list(
branch = "string",
repositoryName = "string",
repositoryProvider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET",
subdirectory = "string",
templateName = "string",
templateType = "ENVIRONMENT"|"SERVICE"
)
)