File: access-rules.rst

package info (click to toggle)
python-openstackclient 8.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (19 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===========
access rule
===========

Identity v3

Access rules are fine-grained permissions for application credentials. An access
rule comprises of a service type, a request path, and a request method. Access
rules may only be created as attributes of application credentials, but they may
be viewed and deleted independently.

.. autoprogram-cliff:: openstack.identity.v3
   :command: access rule delete

.. autoprogram-cliff:: openstack.identity.v3
   :command: access rule list

.. autoprogram-cliff:: openstack.identity.v3
   :command: access rule show