UserRecommendation Class

Represents a user that is recommended to be allowed for a certain rule.

Inheritance
UserRecommendation

Constructor

UserRecommendation(*, username: Optional[str] = None, recommendation_action: Optional[Union[str, azure.mgmt.security.models._security_center_enums.RecommendationAction]] = None, **kwargs)

Parameters

username
str
Required

Represents a user that is recommended to be allowed for a certain rule.

recommendation_action
str or RecommendationAction
Required

The recommendation action of the machine or rule. Possible values include: "Recommended", "Add", "Remove".