AccessRecommendationMessage
Properties
Name | Type | Description | Notes |
---|---|---|---|
interpretation | str | Information about why the access item was recommended. | [optional] |
} |
Example
from sailpoint.beta.models.access_recommendation_message import AccessRecommendationMessage
access_recommendation_message = AccessRecommendationMessage(
interpretation='95% of your peers have this access.'
)