getSourceControl

Gets a source control byt its identifier. Uses Azure REST API version 2023-05-01-preview. Other available API versions: 2021-03-01-preview.

Return

Represents a SourceControl in Azure Security Insights.

Parameters

argument

null


suspend fun getSourceControl(resourceGroupName: String, sourceControlId: String, workspaceName: String): GetSourceControlResult

Return

Represents a SourceControl in Azure Security Insights.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

sourceControlId

Source control Id

workspaceName

The name of the workspace.

See also


Return

Represents a SourceControl in Azure Security Insights.

Parameters

argument

Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetSourceControlPlainArgs.

See also