get Source Control
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
resource Group Name
The name of the resource group. The name is case insensitive.
source Control Id
Source control Id
workspace Name
The name of the workspace.
See also
suspend fun getSourceControl(argument: suspend GetSourceControlPlainArgsBuilder.() -> Unit): GetSourceControlResult
Return
Represents a SourceControl in Azure Security Insights.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetSourceControlPlainArgs.