getSecurityOperator

Get a specific security operator for the requested scope. Uses Azure REST API version 2023-01-01-preview.

Return

Security operator under a given subscription and pricing

Parameters

argument

null


suspend fun getSecurityOperator(pricingName: String, securityOperatorName: String): GetSecurityOperatorResult

Return

Security operator under a given subscription and pricing

Parameters

pricingName

name of the pricing configuration

securityOperatorName

name of the securityOperator

See also


Return

Security operator under a given subscription and pricing

Parameters

argument

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

See also