pub struct IdentityApiClient { /* private fields */ }

Implementations§

source§

impl IdentityApiClient

source

pub fn get_identity_container(&self) -> RequestHandler

Get identity

source

pub fn update_identity_container<B: BodyExt>(&self, body: B) -> RequestHandler

Update identity

source

pub fn create_api_connectors<B: BodyExt>(&self, body: B) -> RequestHandler

Create identityApiConnector

source

pub fn list_api_connectors(&self) -> RequestHandler

List identityApiConnectors

source

pub fn get_api_connectors_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn delete_api_connectors( &self, identity_api_connector_id: impl AsRef<str> ) -> RequestHandler

Delete navigation property apiConnectors for identity

source

pub fn get_api_connectors( &self, identity_api_connector_id: impl AsRef<str> ) -> RequestHandler

Get apiConnectors from identity

source

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

source

pub fn upload_client_certificate<B: BodyExt>( &self, identity_api_connector_id: impl AsRef<str>, body: B ) -> RequestHandler

Invoke action uploadClientCertificate

source

pub fn identity_create_b_2x_user_flows<B: BodyExt>( &self, body: B ) -> RequestHandler

Create b2xIdentityUserFlow

source

pub fn identity_list_b_2x_user_flows(&self) -> RequestHandler

List b2xIdentityUserFlows

source

pub fn count(&self) -> RequestHandler

Get the number of the resource

source

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

source

pub fn identity_get_b_2x_user_flows( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

Get b2xUserFlows from identity

source

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

source

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

source

pub fn list_languages( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

List languages

source

pub fn get_languages_count( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

Get the number of the resource

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

pub fn create_user_attribute_assignments<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B ) -> RequestHandler

Create userAttributeAssignments

source

pub fn list_user_attribute_assignments( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

List userAttributeAssignments

source

pub fn get_user_attribute_assignments_count( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

Get the number of the resource

source

pub fn get_order( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

Invoke function getOrder

source

pub fn set_order<B: BodyExt>( &self, b_2x_identity_user_flow_id: impl AsRef<str>, body: B ) -> RequestHandler

Invoke action setOrder

source

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

source

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

source

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

source

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

source

pub fn list_user_flow_identity_providers( &self, b_2x_identity_user_flow_id: impl AsRef<str> ) -> RequestHandler

Get userFlowIdentityProviders from identity

source

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

source

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

source

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

source

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

source

pub fn delete_conditional_access(&self) -> RequestHandler

Delete navigation property conditionalAccess for identity

source

pub fn get_conditional_access(&self) -> RequestHandler

Get conditionalAccess from identity

source

pub fn update_conditional_access<B: BodyExt>(&self, body: B) -> RequestHandler

Update the navigation property conditionalAccess in identity

source

pub fn create_authentication_context_class_references<B: BodyExt>( &self, body: B ) -> RequestHandler

Create new navigation property to authenticationContextClassReferences for identity

source

pub fn list_authentication_context_class_references(&self) -> RequestHandler

List authenticationContextClassReferences

source

pub fn get_authentication_context_class_references_count( &self ) -> RequestHandler

Get the number of the resource

source

pub fn delete_authentication_context_class_references( &self, authentication_context_class_reference_id: impl AsRef<str> ) -> RequestHandler

Delete navigation property authenticationContextClassReferences for identity

source

pub fn get_authentication_context_class_references( &self, authentication_context_class_reference_id: impl AsRef<str> ) -> RequestHandler

Get authenticationContextClassReferences from identity

source

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

source

pub fn create_named_locations<B: BodyExt>(&self, body: B) -> RequestHandler

Create namedLocation

source

pub fn list_named_locations(&self) -> RequestHandler

List namedLocations

source

pub fn get_named_locations_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn delete_named_locations( &self, named_location_id: impl AsRef<str> ) -> RequestHandler

Delete navigation property namedLocations for identity

source

pub fn get_named_locations( &self, named_location_id: impl AsRef<str> ) -> RequestHandler

Get namedLocations from identity

source

pub fn update_named_locations<B: BodyExt>( &self, named_location_id: impl AsRef<str>, body: B ) -> RequestHandler

Update the navigation property namedLocations in identity

source

pub fn create_policies<B: BodyExt>(&self, body: B) -> RequestHandler

Create conditionalAccessPolicy

source

pub fn list_policies(&self) -> RequestHandler

List policies

source

pub fn get_policies_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn delete_policies( &self, conditional_access_policy_id: impl AsRef<str> ) -> RequestHandler

Delete navigation property policies for identity

source

pub fn get_policies( &self, conditional_access_policy_id: impl AsRef<str> ) -> RequestHandler

Get policies from identity

source

pub fn update_policies<B: BodyExt>( &self, conditional_access_policy_id: impl AsRef<str>, body: B ) -> RequestHandler

Update the navigation property policies in identity

source

pub fn list_templates(&self) -> RequestHandler

List conditionalAccessTemplates

source

pub fn get_templates_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_templates( &self, conditional_access_template_id: impl AsRef<str> ) -> RequestHandler

Get templates from identity

source

pub fn create_user_flow_attributes<B: BodyExt>(&self, body: B) -> RequestHandler

Create identityUserFlowAttribute

source

pub fn list_user_flow_attributes(&self) -> RequestHandler

List identityUserFlowAttributes

source

pub fn get_user_flow_attributes_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn delete_user_flow_attributes( &self, identity_user_flow_attribute_id: impl AsRef<str> ) -> RequestHandler

Delete navigation property userFlowAttributes for identity

source

pub fn get_user_flow_attributes( &self, identity_user_flow_attribute_id: impl AsRef<str> ) -> RequestHandler

Get userFlowAttributes from identity

source

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

Trait Implementations§

source§

impl ApiClientImpl for IdentityApiClient

source§

fn url(&self) -> Url

source§

fn render_path<S: AsRef<str>>( &self, path: S, path_params_map: &Value ) -> GraphResult<String>

source§

fn build_url<S>( &self, path: S, path_params_map: &Value ) -> Result<Url, GraphFailure>
where S: AsRef<str>,

source§

impl Debug for IdentityApiClient

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ODataQuery for IdentityApiClient

source§

fn append_query_pair<KV: AsRef<str>>(self, key: KV, value: KV) -> Self

source§

fn count<S>(self, value: S) -> Self
where S: AsRef<str>,

Retrieves the total count of matching resources. See the docs
source§

fn select(self, value: &[&str]) -> Self

Filters properties (columns). See the docs
source§

fn expand(self, value: &[&str]) -> Self

Retrieves related resources. See the docs
source§

fn filter(self, value: &[&str]) -> Self

Filters results (rows). See the docs
source§

fn order_by(self, value: &[&str]) -> Self

Orders results. See the docs
source§

fn search<S>(self, value: S) -> Self
where S: AsRef<str>,

Returns results based on search criteria. See the docs
source§

fn format<S>(self, value: S) -> Self
where S: AsRef<str>,

Returns the results in the specified media format. See the docs
source§

fn skip<S>(self, value: S) -> Self
where S: AsRef<str>,

Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. See the docs
source§

fn skip_token<S>(self, value: S) -> Self
where S: AsRef<str>,

Retrieves the next page of results from result sets that span multiple pages. (Some APIs use $skip instead.) See the docs
source§

fn delta_token<S>(self, value: S) -> Self
where S: AsRef<str>,

Retrieves the next page of results from result sets that span multiple pages. (Some APIs use $skip instead.) See the docs
source§

fn top<S>(self, value: S) -> Self
where S: AsRef<str>,

Sets the page size of results. See the docs
source§

impl ResourceIdentifier for IdentityApiClient

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more