GetGovernanceRulePlainArgs

data class GetGovernanceRulePlainArgs(val ruleId: String, val scope: String) : ConvertibleToJava<GetGovernanceRulePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The governance rule key - unique key for the standard governance rule (GUID)

Link copied to clipboard

The scope of the Governance rules. 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})'

Functions

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