mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update python SDK docs: 16529922792
This commit is contained in:
@@ -29,9 +29,9 @@ Name | Type | Description | Notes
|
||||
from sailpoint.beta.models.recommendation_response import RecommendationResponse
|
||||
|
||||
recommendation_response = RecommendationResponse(
|
||||
request=sailpoint.beta.models.recommendation_request.RecommendationRequest(
|
||||
request=sailpoint.beta.models.recommendation_request.Recommendation Request(
|
||||
identity_id = '2c938083633d259901633d25c68c00fa',
|
||||
item = sailpoint.beta.models.access_item_ref.AccessItemRef(
|
||||
item = sailpoint.beta.models.access_item_ref.Access Item Ref(
|
||||
id = '2c938083633d259901633d2623ec0375',
|
||||
type = 'ENTITLEMENT', ), ),
|
||||
recommendation='true',
|
||||
@@ -50,7 +50,7 @@ recommender_calculations=sailpoint.beta.models.recommender_calculations.Recommen
|
||||
'key' : sailpoint.beta.models.recommender_calculations_identity_attributes_value.RecommenderCalculations_identityAttributes_value(
|
||||
value = '', )
|
||||
},
|
||||
feature_values = sailpoint.beta.models.feature_value_dto.FeatureValueDto(
|
||||
feature_values = sailpoint.beta.models.feature_value_dto.Feature Value Dto(
|
||||
feature = 'department',
|
||||
numerator = 14,
|
||||
denominator = 14, ), )
|
||||
|
||||
Reference in New Issue
Block a user