========== credential ========== Identity v3 credential create ----------------- Create new credential .. program:: credential create .. code:: bash os credential create [--type ] [--project ] .. option:: --type New credential type .. option:: --project Project which limits the scope of the credential (name or ID) .. _credential_create: .. describe:: User that owns the credential (name or ID) .. describe:: New credential data credential delete ----------------- Delete credential(s) .. program:: credential delete .. code:: bash os credential delete [ ...] .. _credential_delete: .. describe:: ID(s) of credential to delete credential list --------------- List credentials .. program:: credential list .. code:: bash os credential list credential set -------------- Set credential properties .. program:: credential set .. code:: bash os credential set [--user ] [--type ] [--data ] [--project ] .. option:: --user User that owns the credential (name or ID) .. option:: --type New credential type .. option:: --data New credential data .. option:: --project Project which limits the scope of the credential (name or ID) .. _credential_set: .. describe:: ID of credential to change credential show --------------- Display credential details .. program:: credential show .. code:: bash os credential show .. _credential_show: .. describe:: ID of credential to display