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