Struct graph_rs_sdk::identity::IdentityApiClient
source · 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