GetStandardPlainArgs

data class GetStandardPlainArgs(val resourceGroupName: String, val standardId: String) : ConvertibleToJava<GetStandardPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, standardId: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The Security Standard key - unique key for the standard type

Functions

Link copied to clipboard
open override fun toJava(): GetStandardPlainArgs