GitHubConnectorPropertiesArgs

data class GitHubConnectorPropertiesArgs(val code: Output<String>? = null) : ConvertibleToJava<GitHubConnectorPropertiesArgs>

Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.

Constructors

Link copied to clipboard
constructor(code: Output<String>? = null)

Properties

Link copied to clipboard
val code: Output<String>? = null

Gets or sets one-time OAuth code to exchange for refresh and access tokens. Only used during PUT operations. The secret is cleared during GET. In general, RPaaS does not return any property marked as a secret.

Functions

Link copied to clipboard
open override fun toJava(): GitHubConnectorPropertiesArgs