getGovernanceRule

Get a specific governance rule for the requested scope by ruleId Uses Azure REST API version 2022-01-01-preview.

Return

Governance rule over a given scope

Parameters

argument

null


Return

Governance rule over a given scope

Parameters

ruleId

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

scope

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})'

See also


Return

Governance rule over a given scope

Parameters

argument

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

See also