Delete Repository
proton_delete_repository | R Documentation |
De-register and unlink your repository¶
Description¶
De-register and unlink your repository.
Usage¶
Arguments¶
name
[required] The repository name.
provider
[required] The repository provider.
Value¶
A list with the following syntax:
list(
repository = list(
arn = "string",
connectionArn = "string",
encryptionKey = "string",
name = "string",
provider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"
)
)