GetGovernanceAssignmentPlainArgs

data class GetGovernanceAssignmentPlainArgs(val assessmentName: String, val assignmentKey: String, val scope: String) : ConvertibleToJava<GetGovernanceAssignmentPlainArgs>

Constructors

Link copied to clipboard
constructor(assessmentName: String, assignmentKey: String, scope: String)

Properties

Link copied to clipboard

The Assessment Key - A unique key for the assessment type

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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