Cx Agent Git Integration Settings Github Settings Args
data class CxAgentGitIntegrationSettingsGithubSettingsArgs(val accessToken: Output<String>? = null, val branches: Output<List<String>>? = null, val displayName: Output<String>? = null, val repositoryUri: Output<String>? = null, val trackingBranch: Output<String>? = null) : ConvertibleToJava<CxAgentGitIntegrationSettingsGithubSettingsArgs>
Constructors
Properties
Link copied to clipboard
The access token used to authenticate the access to the GitHub repository. Note: This property is sensitive and will not be displayed in the plan.
Link copied to clipboard
The unique repository display name for the GitHub repository.
Link copied to clipboard
The GitHub repository URI related to the agent.
Link copied to clipboard
The branch of the GitHub repository tracked for this agent.