Struct IdentityApiClient

Source
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.

Source§

impl<T> Instrument for T

Source§

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

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

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>,

Source§

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>,

Source§

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.
Source§

impl<T> WithSubscriber for T

Source§

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
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

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