pub struct IdentityApiClient { /* private fields */ }
Implementations§
Source§impl IdentityApiClient
impl IdentityApiClient
Sourcepub fn get_identity_container(&self) -> RequestHandler
pub fn get_identity_container(&self) -> RequestHandler
Get identity
Sourcepub fn update_identity_container<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_identity_container<B: BodyExt>(&self, body: B) -> RequestHandler
Update identity
Sourcepub fn create_api_connectors<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_api_connectors<B: BodyExt>(&self, body: B) -> RequestHandler
Create identityApiConnector
Sourcepub fn list_api_connectors(&self) -> RequestHandler
pub fn list_api_connectors(&self) -> RequestHandler
List identityApiConnectors
Sourcepub fn get_api_connectors_count(&self) -> RequestHandler
pub fn get_api_connectors_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_api_connectors(
&self,
identity_api_connector_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_api_connectors( &self, identity_api_connector_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property apiConnectors for identity
Sourcepub fn get_api_connectors(
&self,
identity_api_connector_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_api_connectors( &self, identity_api_connector_id: impl AsRef<str>, ) -> RequestHandler
Get apiConnectors from identity
Sourcepub fn update_api_connectors<B: BodyExt>(
&self,
identity_api_connector_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_api_connectors<B: BodyExt>( &self, identity_api_connector_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property apiConnectors in identity
Sourcepub fn upload_client_certificate<B: BodyExt>(
&self,
identity_api_connector_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn upload_client_certificate<B: BodyExt>( &self, identity_api_connector_id: impl AsRef<str>, body: B, ) -> RequestHandler
Invoke action uploadClientCertificate
Sourcepub fn identity_create_b_2x_user_flows<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn identity_create_b_2x_user_flows<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create b2xIdentityUserFlow
Sourcepub fn identity_list_b_2x_user_flows(&self) -> RequestHandler
pub fn identity_list_b_2x_user_flows(&self) -> RequestHandler
List b2xIdentityUserFlows
Sourcepub fn count(&self) -> RequestHandler
pub fn count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn identity_delete_b_2x_user_flows(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn identity_delete_b_2x_user_flows( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property b2xUserFlows for identity
Sourcepub fn identity_get_b_2x_user_flows(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn identity_get_b_2x_user_flows( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Get b2xUserFlows from identity
Sourcepub fn identity_update_b_2x_user_flows<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn identity_update_b_2x_user_flows<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property b2xUserFlows in identity
Sourcepub fn create_languages<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_languages<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to languages for identity
Sourcepub fn list_languages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_languages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
List languages
Sourcepub fn get_languages_count(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_languages_count( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_languages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_languages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property languages for identity
Sourcepub fn get_languages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_languages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, ) -> RequestHandler
Get languages from identity
Sourcepub fn update_languages<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_languages<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property languages in identity
Sourcepub fn create_default_pages<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_default_pages<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to defaultPages for identity
Sourcepub fn list_default_pages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_default_pages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, ) -> RequestHandler
Get defaultPages from identity
Sourcepub fn get_default_pages_count(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_default_pages_count( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_default_pages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_default_pages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property defaultPages for identity
Sourcepub fn get_default_pages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_default_pages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, ) -> RequestHandler
Get defaultPages from identity
Sourcepub fn update_default_pages<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_default_pages<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property defaultPages in identity
Sourcepub fn get_default_pages_content(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_default_pages_content( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, ) -> RequestHandler
Get media content for the navigation property defaultPages from identity
Sourcepub fn update_default_pages_content<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_default_pages_content<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update media content for the navigation property defaultPages in identity
Sourcepub fn create_overrides_pages<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_overrides_pages<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property to overridesPages for identity
Sourcepub fn list_overrides_pages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_overrides_pages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, ) -> RequestHandler
List overridesPages
Sourcepub fn get_overrides_pages_count(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_overrides_pages_count( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_overrides_pages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_overrides_pages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property overridesPages for identity
Sourcepub fn get_overrides_pages(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_overrides_pages( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, ) -> RequestHandler
Get overridesPages from identity
Sourcepub fn update_overrides_pages<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_overrides_pages<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property overridesPages in identity
Sourcepub fn get_overrides_pages_content(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_overrides_pages_content( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, ) -> RequestHandler
Get media content for the navigation property overridesPages from identity
Sourcepub fn update_overrides_pages_content<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
user_flow_language_configuration_id: impl AsRef<str>,
user_flow_language_page_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_overrides_pages_content<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, user_flow_language_configuration_id: impl AsRef<str>, user_flow_language_page_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update media content for the navigation property overridesPages in identity
Sourcepub fn create_user_attribute_assignments<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_user_attribute_assignments<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create userAttributeAssignments
Sourcepub fn list_user_attribute_assignments(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_user_attribute_assignments( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
List userAttributeAssignments
Sourcepub fn get_user_attribute_assignments_count(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_attribute_assignments_count( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn get_order(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_order( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Invoke function getOrder
Sourcepub fn set_order<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn set_order<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B, ) -> RequestHandler
Invoke action setOrder
Sourcepub fn delete_user_attribute_assignments(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
identity_user_flow_attribute_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_user_attribute_assignments( &self, b_2x_identity_user_flow_id: impl AsRef<str>, identity_user_flow_attribute_assignment_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property userAttributeAssignments for identity
Sourcepub fn get_user_attribute_assignments(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
identity_user_flow_attribute_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_attribute_assignments( &self, b_2x_identity_user_flow_id: impl AsRef<str>, identity_user_flow_attribute_assignment_id: impl AsRef<str>, ) -> RequestHandler
Get userAttributeAssignments from identity
Sourcepub fn update_user_attribute_assignments<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
identity_user_flow_attribute_assignment_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_user_attribute_assignments<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, identity_user_flow_attribute_assignment_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property userAttributeAssignments in identity
Sourcepub fn get_user_attribute(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
identity_user_flow_attribute_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_attribute( &self, b_2x_identity_user_flow_id: impl AsRef<str>, identity_user_flow_attribute_assignment_id: impl AsRef<str>, ) -> RequestHandler
Get userAttribute from identity
Sourcepub fn list_user_flow_identity_providers(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_user_flow_identity_providers( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Get userFlowIdentityProviders from identity
Sourcepub fn get_user_flow_identity_providers_count(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_flow_identity_providers_count( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Get the number of the resource
Sourcepub fn create_ref_user_flow_identity_providers<B: BodyExt>(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn create_ref_user_flow_identity_providers<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B, ) -> RequestHandler
Create new navigation property ref to userFlowIdentityProviders for identity
Sourcepub fn list_ref_user_flow_identity_providers(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
) -> RequestHandler
pub fn list_ref_user_flow_identity_providers( &self, b_2x_identity_user_flow_id: impl AsRef<str>, ) -> RequestHandler
Get ref of userFlowIdentityProviders from identity
Sourcepub fn delete_ref_user_flow_identity_providers(
&self,
b_2x_identity_user_flow_id: impl AsRef<str>,
identity_provider_base_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_ref_user_flow_identity_providers( &self, b_2x_identity_user_flow_id: impl AsRef<str>, identity_provider_base_id: impl AsRef<str>, ) -> RequestHandler
Delete ref of navigation property userFlowIdentityProviders for identity
Sourcepub fn delete_conditional_access(&self) -> RequestHandler
pub fn delete_conditional_access(&self) -> RequestHandler
Delete navigation property conditionalAccess for identity
Sourcepub fn get_conditional_access(&self) -> RequestHandler
pub fn get_conditional_access(&self) -> RequestHandler
Get conditionalAccess from identity
Sourcepub fn update_conditional_access<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_conditional_access<B: BodyExt>(&self, body: B) -> RequestHandler
Update the navigation property conditionalAccess in identity
Sourcepub fn create_authentication_context_class_references<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_authentication_context_class_references<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to authenticationContextClassReferences for identity
Sourcepub fn list_authentication_context_class_references(&self) -> RequestHandler
pub fn list_authentication_context_class_references(&self) -> RequestHandler
List authenticationContextClassReferences
Sourcepub fn get_authentication_context_class_references_count(
&self,
) -> RequestHandler
pub fn get_authentication_context_class_references_count( &self, ) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_authentication_context_class_references(
&self,
authentication_context_class_reference_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_authentication_context_class_references( &self, authentication_context_class_reference_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property authenticationContextClassReferences for identity
Sourcepub fn get_authentication_context_class_references(
&self,
authentication_context_class_reference_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_authentication_context_class_references( &self, authentication_context_class_reference_id: impl AsRef<str>, ) -> RequestHandler
Get authenticationContextClassReferences from identity
Sourcepub fn update_authentication_context_class_references<B: BodyExt>(
&self,
authentication_context_class_reference_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_authentication_context_class_references<B: BodyExt>( &self, authentication_context_class_reference_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property authenticationContextClassReferences in identity
Sourcepub fn create_named_locations<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_named_locations<B: BodyExt>(&self, body: B) -> RequestHandler
Create namedLocation
Sourcepub fn list_named_locations(&self) -> RequestHandler
pub fn list_named_locations(&self) -> RequestHandler
List namedLocations
Sourcepub fn get_named_locations_count(&self) -> RequestHandler
pub fn get_named_locations_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_named_locations(
&self,
named_location_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_named_locations( &self, named_location_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property namedLocations for identity
Sourcepub fn get_named_locations(
&self,
named_location_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_named_locations( &self, named_location_id: impl AsRef<str>, ) -> RequestHandler
Get namedLocations from identity
Sourcepub fn update_named_locations<B: BodyExt>(
&self,
named_location_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_named_locations<B: BodyExt>( &self, named_location_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property namedLocations in identity
Sourcepub fn create_policies<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_policies<B: BodyExt>(&self, body: B) -> RequestHandler
Create conditionalAccessPolicy
Sourcepub fn list_policies(&self) -> RequestHandler
pub fn list_policies(&self) -> RequestHandler
List policies
Sourcepub fn get_policies_count(&self) -> RequestHandler
pub fn get_policies_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_policies(
&self,
conditional_access_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_policies( &self, conditional_access_policy_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property policies for identity
Sourcepub fn get_policies(
&self,
conditional_access_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_policies( &self, conditional_access_policy_id: impl AsRef<str>, ) -> RequestHandler
Get policies from identity
Sourcepub fn update_policies<B: BodyExt>(
&self,
conditional_access_policy_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_policies<B: BodyExt>( &self, conditional_access_policy_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property policies in identity
Sourcepub fn list_templates(&self) -> RequestHandler
pub fn list_templates(&self) -> RequestHandler
List conditionalAccessTemplates
Sourcepub fn get_templates_count(&self) -> RequestHandler
pub fn get_templates_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_templates(
&self,
conditional_access_template_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_templates( &self, conditional_access_template_id: impl AsRef<str>, ) -> RequestHandler
Get templates from identity
Sourcepub fn create_user_flow_attributes<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_user_flow_attributes<B: BodyExt>(&self, body: B) -> RequestHandler
Create identityUserFlowAttribute
Sourcepub fn list_user_flow_attributes(&self) -> RequestHandler
pub fn list_user_flow_attributes(&self) -> RequestHandler
List identityUserFlowAttributes
Sourcepub fn get_user_flow_attributes_count(&self) -> RequestHandler
pub fn get_user_flow_attributes_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_user_flow_attributes(
&self,
identity_user_flow_attribute_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_user_flow_attributes( &self, identity_user_flow_attribute_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property userFlowAttributes for identity
Sourcepub fn get_user_flow_attributes(
&self,
identity_user_flow_attribute_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_user_flow_attributes( &self, identity_user_flow_attribute_id: impl AsRef<str>, ) -> RequestHandler
Get userFlowAttributes from identity
Sourcepub fn update_user_flow_attributes<B: BodyExt>(
&self,
identity_user_flow_attribute_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_user_flow_attributes<B: BodyExt>( &self, identity_user_flow_attribute_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property userFlowAttributes in identity