GetSecurityStandardPlainArgs

data class GetSecurityStandardPlainArgs(val scope: String, val standardId: String) : ConvertibleToJava<GetSecurityStandardPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The scope of the security standard. Valid scopes are: management group (format: 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'

Link copied to clipboard

The Security Standard key - unique key for the standard type

Functions

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