pub struct AppConsentApiClient { /* private fields */ }
Implementations§
Source§impl AppConsentApiClient
impl AppConsentApiClient
Sourcepub fn delete_app_consent(&self) -> RequestHandler
pub fn delete_app_consent(&self) -> RequestHandler
Delete navigation property appConsent for identityGovernance
Sourcepub fn get_app_consent(&self) -> RequestHandler
pub fn get_app_consent(&self) -> RequestHandler
Get appConsent from identityGovernance
Sourcepub fn update_app_consent<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_app_consent<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property appConsent in identityGovernance
Sourcepub fn create_app_consent_requests<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_app_consent_requests<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to appConsentRequests for identityGovernance
Sourcepub fn list_app_consent_requests(&self) -> RequestHandler
pub fn list_app_consent_requests(&self) -> RequestHandler
List appConsentRequests
Sourcepub fn get_app_consent_requests_count(&self) -> RequestHandler
pub fn get_app_consent_requests_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn filter_app_consent_requests_by_current_user(
&self,
on: impl AsRef<str>,
) -> RequestHandler
pub fn filter_app_consent_requests_by_current_user( &self, on: impl AsRef<str>, ) -> RequestHandler
Invoke function filterByCurrentUser
Sourcepub fn delete_app_consent_requests(
&self,
app_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_app_consent_requests( &self, app_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property appConsentRequests for identityGovernance
Sourcepub fn get_app_consent_requests(
&self,
app_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_app_consent_requests( &self, app_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Get appConsentRequests from identityGovernance
Sourcepub fn update_app_consent_requests<B: BodyExt>(
&self,
app_consent_request_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_app_consent_requests<B: BodyExt>( &self, app_consent_request_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property appConsentRequests in identityGovernance
Sourcepub fn create_user_consent_requests<B: BodyExt>(
&self,
app_consent_request_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_user_consent_requests<B: BodyExt>( &self, app_consent_request_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to userConsentRequests for identityGovernance
Sourcepub fn list_user_consent_requests(
&self,
app_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_user_consent_requests( &self, app_consent_request_id: impl AsRef<str>, ) -> RequestHandler
List userConsentRequests
Sourcepub fn get_user_consent_requests_count(
&self,
app_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_consent_requests_count( &self, app_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn filter_user_consent_requests_by_current_user(
&self,
on: impl AsRef<str>,
) -> RequestHandler
pub fn filter_user_consent_requests_by_current_user( &self, on: impl AsRef<str>, ) -> RequestHandler
Invoke function filterByCurrentUser
Sourcepub fn delete_user_consent_requests(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_user_consent_requests( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property userConsentRequests for identityGovernance
Sourcepub fn get_user_consent_requests(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_consent_requests( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Get userConsentRequests from identityGovernance
Sourcepub fn update_user_consent_requests<B: BodyExt>(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_user_consent_requests<B: BodyExt>( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property userConsentRequests in identityGovernance
Sourcepub fn delete_approval(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_approval( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property approval for identityGovernance
Sourcepub fn get_approval(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_approval( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Get approval from identityGovernance
Sourcepub fn update_approval<B: BodyExt>(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_approval<B: BodyExt>( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property approval in identityGovernance
Sourcepub fn create_stages<B: BodyExt>(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_stages<B: BodyExt>( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to stages for identityGovernance
Sourcepub fn list_stages(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_stages( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, ) -> RequestHandler
List approval stages
Sourcepub fn get_stages_count(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_stages_count( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_stages(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
approval_stage_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_stages( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, approval_stage_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property stages for identityGovernance
Sourcepub fn get_stages(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
approval_stage_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_stages( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, approval_stage_id: impl AsRef<str>, ) -> RequestHandler
Get stages from identityGovernance
Sourcepub fn update_stages<B: BodyExt>(
&self,
app_consent_request_id: impl AsRef<str>,
user_consent_request_id: impl AsRef<str>,
approval_stage_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_stages<B: BodyExt>( &self, app_consent_request_id: impl AsRef<str>, user_consent_request_id: impl AsRef<str>, approval_stage_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property stages in identityGovernance