getStandard

Get a specific security standard for the requested scope Uses Azure REST API version 2021-08-01-preview.

Return

Security Standard on a resource

Parameters

argument

null


suspend fun getStandard(resourceGroupName: String, standardId: String): GetStandardResult

Return

Security Standard on a resource

Parameters

resourceGroupName

The name of the resource group within the user's subscription. The name is case insensitive.

standardId

The Security Standard key - unique key for the standard type

See also


suspend fun getStandard(argument: suspend GetStandardPlainArgsBuilder.() -> Unit): GetStandardResult

Return

Security Standard on a resource

Parameters

argument

Builder for com.pulumi.azurenative.security.kotlin.inputs.GetStandardPlainArgs.

See also