Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class AzureDevOpsConnectorPropertiesResponse(val authorization: AuthorizationInfoResponse? = null, val orgs: List<AzureDevOpsOrgMetadataResponse>? = null, val provisioningState: String)
Link copied to clipboard
data class AzureDevOpsOrgMetadataResponse(val autoDiscovery: String? = null, val name: String? = null, val projects: List<AzureDevOpsProjectMetadataResponse>? = null)
Org onboarding info.
Link copied to clipboard
data class AzureDevOpsProjectMetadataResponse(val autoDiscovery: String? = null, val name: String? = null, val repos: List<String>? = null)
Project onboarding info.
Link copied to clipboard
data class GetAzureDevOpsConnectorResult(val id: String, val location: String, val name: String, val properties: AzureDevOpsConnectorPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Link copied to clipboard
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.
Link copied to clipboard
data class GitHubConnectorPropertiesResponse(val code: String? = null, val provisioningState: String)
Properties of the ARM resource for /subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.SecurityDevOps/gitHubConnectors.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.