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