UserRecommendation Class

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

Constructor

UserRecommendation(*, username: str | None = None, recommendation_action: str | _models.RecommendationAction | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
username
str

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

Default value: None
recommendation_action

The recommendation action of the machine or rule. Known values are: "Recommended", "Add", and "Remove".

Default value: None

Variables

Name Description
username
str

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

recommendation_action

The recommendation action of the machine or rule. Known values are: "Recommended", "Add", and "Remove".