pub struct AccessReviewsDefinitionsInstancesIdApiClient { /* private fields */ }
Implementations§
source§impl AccessReviewsDefinitionsInstancesIdApiClient
impl AccessReviewsDefinitionsInstancesIdApiClient
pub fn stages(&self) -> AccessReviewsDefinitionsInstancesStagesApiClient
pub fn stage<ID: AsRef<str>>( &self, id: ID ) -> AccessReviewsDefinitionsInstancesStagesIdApiClient
sourcepub fn delete_instances(&self) -> RequestHandler
pub fn delete_instances(&self) -> RequestHandler
Delete navigation property instances for identityGovernance
sourcepub fn get_instances(&self) -> RequestHandler
pub fn get_instances(&self) -> RequestHandler
Get instances from identityGovernance
sourcepub fn update_instances<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_instances<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property instances in identityGovernance
sourcepub fn accept_recommendations(&self) -> RequestHandler
pub fn accept_recommendations(&self) -> RequestHandler
Invoke action acceptRecommendations
sourcepub fn apply_decisions(&self) -> RequestHandler
pub fn apply_decisions(&self) -> RequestHandler
Invoke action applyDecisions
sourcepub fn batch_record_decisions<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn batch_record_decisions<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action batchRecordDecisions
sourcepub fn create_contacted_reviewers<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_contacted_reviewers<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to contactedReviewers for identityGovernance
sourcepub fn list_contacted_reviewers(&self) -> RequestHandler
pub fn list_contacted_reviewers(&self) -> RequestHandler
List contactedReviewers
sourcepub fn get_contacted_reviewers_count(&self) -> RequestHandler
pub fn get_contacted_reviewers_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_contacted_reviewers(
&self,
access_review_reviewer_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_contacted_reviewers( &self, access_review_reviewer_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property contactedReviewers for identityGovernance
sourcepub fn get_contacted_reviewers(
&self,
access_review_reviewer_id: impl AsRef<str>
) -> RequestHandler
pub fn get_contacted_reviewers( &self, access_review_reviewer_id: impl AsRef<str> ) -> RequestHandler
Get contactedReviewers from identityGovernance
sourcepub fn update_contacted_reviewers<B: BodyExt>(
&self,
access_review_reviewer_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_contacted_reviewers<B: BodyExt>( &self, access_review_reviewer_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property contactedReviewers in identityGovernance
sourcepub fn create_decisions<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_decisions<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to decisions for identityGovernance
sourcepub fn list_decisions(&self) -> RequestHandler
pub fn list_decisions(&self) -> RequestHandler
List decisions
sourcepub fn get_decisions_count(&self) -> RequestHandler
pub fn get_decisions_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn filter_by_current_user(&self, on: impl AsRef<str>) -> RequestHandler
pub fn filter_by_current_user(&self, on: impl AsRef<str>) -> RequestHandler
Invoke function filterByCurrentUser
sourcepub fn delete_decisions(
&self,
access_review_instance_decision_item_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_decisions( &self, access_review_instance_decision_item_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property decisions for identityGovernance
sourcepub fn get_decisions(
&self,
access_review_instance_decision_item_id: impl AsRef<str>
) -> RequestHandler
pub fn get_decisions( &self, access_review_instance_decision_item_id: impl AsRef<str> ) -> RequestHandler
Get decisions from identityGovernance
sourcepub fn update_decisions<B: BodyExt>(
&self,
access_review_instance_decision_item_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_decisions<B: BodyExt>( &self, access_review_instance_decision_item_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property decisions in identityGovernance
sourcepub fn reset_decisions(&self) -> RequestHandler
pub fn reset_decisions(&self) -> RequestHandler
Invoke action resetDecisions
sourcepub fn send_reminder(&self) -> RequestHandler
pub fn send_reminder(&self) -> RequestHandler
Invoke action sendReminder
sourcepub fn stop(&self) -> RequestHandler
pub fn stop(&self) -> RequestHandler
Invoke action stop