pub struct IdentityGovernanceApiClient { /* private fields */ }
Implementations§
Source§impl IdentityGovernanceApiClient
impl IdentityGovernanceApiClient
pub fn access_reviews(&self) -> AccessReviewsApiClient
pub fn app_consent(&self) -> AppConsentApiClient
pub fn entitlement_management(&self) -> EntitlementManagementApiClient
Sourcepub fn get_identity_governance(&self) -> RequestHandler
pub fn get_identity_governance(&self) -> RequestHandler
Get identityGovernance
Sourcepub fn update_identity_governance<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_identity_governance<B: BodyExt>(&self, body: B) -> RequestHandler
Update identityGovernance
Sourcepub fn delete_terms_of_use(&self) -> RequestHandler
pub fn delete_terms_of_use(&self) -> RequestHandler
Delete navigation property termsOfUse for identityGovernance
Sourcepub fn get_terms_of_use(&self) -> RequestHandler
pub fn get_terms_of_use(&self) -> RequestHandler
Get termsOfUse from identityGovernance
Sourcepub fn update_terms_of_use<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_terms_of_use<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property termsOfUse in identityGovernance
Sourcepub fn create_agreement_acceptances<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_agreement_acceptances<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to agreementAcceptances for identityGovernance
Sourcepub fn list_agreement_acceptances(&self) -> RequestHandler
pub fn list_agreement_acceptances(&self) -> RequestHandler
Get agreementAcceptances from identityGovernance
Sourcepub fn get_agreement_acceptances_count(&self) -> RequestHandler
pub fn get_agreement_acceptances_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_agreement_acceptances(
&self,
agreement_acceptance_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_agreement_acceptances( &self, agreement_acceptance_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property agreementAcceptances for identityGovernance
Sourcepub fn get_agreement_acceptances(
&self,
agreement_acceptance_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_agreement_acceptances( &self, agreement_acceptance_id: impl AsRef<str>, ) -> RequestHandler
Get agreementAcceptances from identityGovernance
Sourcepub fn update_agreement_acceptances<B: BodyExt>(
&self,
agreement_acceptance_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_agreement_acceptances<B: BodyExt>( &self, agreement_acceptance_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property agreementAcceptances in identityGovernance
Sourcepub fn create_agreements<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_agreements<B: BodyExt>(&self, body: B) -> RequestHandler
Create agreement
Sourcepub fn list_agreements(&self) -> RequestHandler
pub fn list_agreements(&self) -> RequestHandler
List agreements
Sourcepub fn count(&self) -> RequestHandler
pub fn count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_agreements(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn delete_agreements(&self, agreement_id: impl AsRef<str>) -> RequestHandler
Delete navigation property agreements for identityGovernance
Sourcepub fn get_agreements(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn get_agreements(&self, agreement_id: impl AsRef<str>) -> RequestHandler
Get agreements from identityGovernance
Sourcepub fn update_agreements<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_agreements<B: BodyExt>( &self, agreement_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property agreements in identityGovernance
Sourcepub fn create_acceptances<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_acceptances<B: BodyExt>( &self, agreement_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to acceptances for identityGovernance
Sourcepub fn list_acceptances(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn list_acceptances(&self, agreement_id: impl AsRef<str>) -> RequestHandler
List acceptances
Sourcepub fn get_acceptances_count(
&self,
agreement_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_acceptances_count( &self, agreement_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_acceptances(
&self,
agreement_id: impl AsRef<str>,
agreement_acceptance_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_acceptances( &self, agreement_id: impl AsRef<str>, agreement_acceptance_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property acceptances for identityGovernance
Sourcepub fn get_acceptances(
&self,
agreement_id: impl AsRef<str>,
agreement_acceptance_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_acceptances( &self, agreement_id: impl AsRef<str>, agreement_acceptance_id: impl AsRef<str>, ) -> RequestHandler
Get acceptances from identityGovernance
Sourcepub fn update_acceptances<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_acceptance_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_acceptances<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_acceptance_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property acceptances in identityGovernance
Sourcepub fn delete_file(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn delete_file(&self, agreement_id: impl AsRef<str>) -> RequestHandler
Delete navigation property file for identityGovernance
Sourcepub fn get_file(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn get_file(&self, agreement_id: impl AsRef<str>) -> RequestHandler
Get agreementFile
Sourcepub fn update_file<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_file<B: BodyExt>( &self, agreement_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property file in identityGovernance
Sourcepub fn create_localizations<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_localizations<B: BodyExt>( &self, agreement_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to localizations for identityGovernance
Sourcepub fn list_localizations(
&self,
agreement_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_localizations( &self, agreement_id: impl AsRef<str>, ) -> RequestHandler
Get localizations from identityGovernance
Sourcepub fn get_localizations_count(
&self,
agreement_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_localizations_count( &self, agreement_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_localizations(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_localizations( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property localizations for identityGovernance
Sourcepub fn get_localizations(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_localizations( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Get localizations from identityGovernance
Sourcepub fn update_localizations<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_localizations<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property localizations in identityGovernance
Sourcepub fn create_file_localizations_versions<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_file_localizations_versions<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to versions for identityGovernance
Sourcepub fn list_file_localizations_versions(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_file_localizations_versions( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Get versions from identityGovernance
Sourcepub fn get_file_localizations_versions_count(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_file_localizations_versions_count( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_file_localizations_versions(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
agreement_file_version_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_file_localizations_versions( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, agreement_file_version_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property versions for identityGovernance
Sourcepub fn get_file_localizations_versions(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
agreement_file_version_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_file_localizations_versions( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, agreement_file_version_id: impl AsRef<str>, ) -> RequestHandler
Get versions from identityGovernance
Sourcepub fn update_file_localizations_versions<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
agreement_file_version_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_file_localizations_versions<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, agreement_file_version_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property versions in identityGovernance
Sourcepub fn create_files<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_files<B: BodyExt>( &self, agreement_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create agreementFileLocalization
Sourcepub fn list_files(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn list_files(&self, agreement_id: impl AsRef<str>) -> RequestHandler
Get files from identityGovernance
Sourcepub fn get_files_count(&self, agreement_id: impl AsRef<str>) -> RequestHandler
pub fn get_files_count(&self, agreement_id: impl AsRef<str>) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_files(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_files( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property files for identityGovernance
Sourcepub fn get_files(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_files( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Get files from identityGovernance
Sourcepub fn update_files<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_files<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property files in identityGovernance
Sourcepub fn create_versions<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_versions<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to versions for identityGovernance
Sourcepub fn list_versions(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_versions( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Get versions from identityGovernance
Sourcepub fn get_versions_count(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_versions_count( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_versions(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
agreement_file_version_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_versions( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, agreement_file_version_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property versions for identityGovernance
Sourcepub fn get_versions(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
agreement_file_version_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_versions( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, agreement_file_version_id: impl AsRef<str>, ) -> RequestHandler
Get versions from identityGovernance
Sourcepub fn update_versions<B: BodyExt>(
&self,
agreement_id: impl AsRef<str>,
agreement_file_localization_id: impl AsRef<str>,
agreement_file_version_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_versions<B: BodyExt>( &self, agreement_id: impl AsRef<str>, agreement_file_localization_id: impl AsRef<str>, agreement_file_version_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property versions in identityGovernance