Skip to content

Latest commit

 

History

History
113 lines (70 loc) · 1.78 KB

File metadata and controls

113 lines (70 loc) · 1.78 KB

credential

Identity v3

credential create

Create new credential

.. program:: credential create
openstack credential create
    [--type <type>]
    [--project <project>]
    <user> <data>
.. option:: --type <type>

    New credential type

.. option:: --project <project>

    Project which limits the scope of the credential (name or ID)

.. describe:: <user>

    User that owns the credential (name or ID)

.. describe:: <data>

    New credential data

credential delete

Delete credential(s)

.. program:: credential delete
openstack credential delete
    <credential-id> [<credential-id> ...]
.. describe:: <credential-id>

    ID(s) of credential to delete

credential list

List credentials

.. program:: credential list
openstack credential list

credential set

Set credential properties

.. program:: credential set
openstack credential set
    [--user <user>]
    [--type <type>]
    [--data <data>]
    [--project <project>]
    <credential-id>
.. option:: --user <user>

    User that owns the credential (name or ID)

.. option:: --type <type>

    New credential type

.. option:: --data <data>

    New credential data

.. option:: --project <project>

    Project which limits the scope of the credential (name or ID)

.. describe:: <credential-id>

    ID of credential to change

credential show

Display credential details

.. program:: credential show
openstack credential show
    <credential-id>
.. describe:: <credential-id>

    ID of credential to display