GitHubConnectorPropertiesResponse

data class GitHubConnectorPropertiesResponse(val code: String? = null, val provisioningState: String)

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

Constructors

Link copied to clipboard
constructor(code: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: 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.

Link copied to clipboard