get Source Control
Gets a source control byt its identifier. API Version: 2021-03-01-preview.
Return
Represents a SourceControl in Azure Security Insights.
Parameters
argument
null
suspend fun getSourceControl(operationalInsightsResourceProvider: String, resourceGroupName: String, sourceControlId: String, workspaceName: String): GetSourceControlResult
Return
Represents a SourceControl in Azure Security Insights.
See also
Parameters
operational Insights Resource Provider
The namespace of workspaces resource provider- Microsoft.OperationalInsights.
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.
suspend fun getSourceControl(argument: suspend GetSourceControlPlainArgsBuilder.() -> Unit): GetSourceControlResult
Return
Represents a SourceControl in Azure Security Insights.
See also
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetSourceControlPlainArgs.