getGovernanceAssignment

Get a specific governanceAssignment for the requested scope by AssignmentKey Uses Azure REST API version 2022-01-01-preview.

Return

Governance assignment over a given scope

Parameters

argument

null


suspend fun getGovernanceAssignment(assessmentName: String, assignmentKey: String, scope: String): GetGovernanceAssignmentResult

Return

Governance assignment over a given scope

Parameters

assessmentName

The Assessment Key - A unique key for the assessment type

assignmentKey

The governance assignment key - the assessment key of the required governance assignment

scope

The scope of the Governance assignments. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'

See also


Return

Governance assignment over a given scope

Parameters

argument

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

See also