get Sentinel Onboarding State
suspend fun getSentinelOnboardingState(argument: GetSentinelOnboardingStatePlainArgs): GetSentinelOnboardingStateResult
Get Sentinel onboarding state API Version: 2021-03-01-preview.
Return
Sentinel onboarding state
Parameters
argument
null
suspend fun getSentinelOnboardingState(operationalInsightsResourceProvider: String, resourceGroupName: String, sentinelOnboardingStateName: String, workspaceName: String): GetSentinelOnboardingStateResult
Return
Sentinel onboarding state
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.
sentinel Onboarding State Name
The Sentinel onboarding state name. Supports - default
workspace Name
The name of the workspace.
See also
suspend fun getSentinelOnboardingState(argument: suspend GetSentinelOnboardingStatePlainArgsBuilder.() -> Unit): GetSentinelOnboardingStateResult
Return
Sentinel onboarding state
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetSentinelOnboardingStatePlainArgs.