Skip to main content

Module resource

Module resource 

Source
Expand description

§Resource provider

Following Keystone concepts are covered by the provider:

§Domain

An Identity service API v3 entity. Domains are a collection of projects and users that define administrative boundaries for managing Identity entities. Domains can represent an individual, company, or operator-owned space. They expose administrative activities directly to system users. Users can be granted the administrator role for a domain. A domain administrator can create projects, users, and groups in a domain and assign roles to users and groups in a domain.

§Project

A container that groups or isolates resources or identity objects. Depending on the service operator, a project might map to a customer, account, organization, or tenant.

Re-exports§

pub use crate::resource::error::ResourceProviderError;
pub use types::ResourceApi;

Modules§

backend
error
service
Resource provider
types

Enums§

ResourceProvider