Get Account Settings
proton_get_account_settings | R Documentation |
Get detail data for Proton account-wide settings¶
Description¶
Get detail data for Proton account-wide settings.
Usage¶
Value¶
A list with the following syntax:
list(
accountSettings = list(
pipelineCodebuildRoleArn = "string",
pipelineProvisioningRepository = list(
arn = "string",
branch = "string",
name = "string",
provider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"
),
pipelineServiceRoleArn = "string"
)
)