Get Git Hub Connector Result
data class GetGitHubConnectorResult(val id: String, val location: String, val name: String, val properties: GitHubConnectorPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents an ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: GitHubConnectorPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)