openstack_sdk/api/identity/
v3.rs

1// Licensed under the Apache License, Version 2.0 (the "License");
2// you may not use this file except in compliance with the License.
3// You may obtain a copy of the License at
4//
5//     http://www.apache.org/licenses/LICENSE-2.0
6//
7// Unless required by applicable law or agreed to in writing, software
8// distributed under the License is distributed on an "AS IS" BASIS,
9// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10// See the License for the specific language governing permissions and
11// limitations under the License.
12//
13// SPDX-License-Identifier: Apache-2.0
14//
15// WARNING: This file is automatically generated from OpenAPI schema using
16// `openstack-codegenerator`.
17
18//! `Identity` Service bindings
19pub mod auth;
20pub mod credential;
21pub mod domain;
22pub mod ec2token;
23pub mod endpoint;
24pub mod group;
25pub mod limit;
26pub mod os_ep_filter;
27pub mod os_federation;
28pub mod os_inherit;
29pub mod os_oauth1;
30pub mod os_oauth2;
31pub mod os_revoke;
32pub mod os_simple_cert;
33pub mod os_trust;
34pub mod policy;
35pub mod project;
36pub mod region;
37pub mod registered_limit;
38pub mod role;
39pub mod role_assignment;
40pub mod role_inference;
41pub mod s3token;
42pub mod service;
43pub mod system;
44pub mod user;
45pub mod version;