Skip to content

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

proton_get_account_settings()

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"
  )
)

Request syntax

svc$get_account_settings()