Get Repository
proton_get_repository | R Documentation |
Get detail data for a linked repository¶
Description¶
Get detail data for a linked repository.
Usage¶
Arguments¶
name
[required] The repository name, for example
myrepos/myrepo
.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"
)
)