Connection Github Config Args
data class ConnectionGithubConfigArgs(val appInstallationId: Output<String>? = null, val authorizerCredential: Output<ConnectionGithubConfigAuthorizerCredentialArgs>? = null, val githubApp: Output<String>, val installationUri: Output<String>? = null) : ConvertibleToJava<ConnectionGithubConfigArgs>
Constructors
Link copied to clipboard
constructor(appInstallationId: Output<String>? = null, authorizerCredential: Output<ConnectionGithubConfigAuthorizerCredentialArgs>? = null, githubApp: Output<String>, installationUri: Output<String>? = null)
Properties
Link copied to clipboard
Optional. GitHub App installation id.
Link copied to clipboard
Represents an OAuth token of the account that authorized the Connection, and associated metadata. Structure is documented below.
Link copied to clipboard
(Output) Output only. The URI to navigate to in order to manage the installation associated with this GitHubConfig.