"OpenStackClient token (Identity v3)"의 두 판 사이의 차이

(새 문서: ==개요== ;token (Identity v3) https://docs.openstack.org/python-openstackclient/2024.1/cli/command-objects/token-v3.html)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
[[분류: OpenStackClient]]
;token (Identity v3)
;token (Identity v3)
https://docs.openstack.org/python-openstackclient/2024.1/cli/command-objects/token-v3.html
https://docs.openstack.org/python-openstackclient/2024.1/cli/command-objects/token-v3.html
==token issue==
새 토큰 발급
<syntaxhighlight lang='bash'>
openstack token issue
</syntaxhighlight>
==token revoke==
기존 토큰 폐기
<syntaxhighlight lang='bash'>
openstack token revoke <token>
</syntaxhighlight>
:<code>token</code>
:삭제할 토큰

2024년 6월 17일 (월) 17:11 판

1 개요

token (Identity v3)

https://docs.openstack.org/python-openstackclient/2024.1/cli/command-objects/token-v3.html

2 token issue

새 토큰 발급

openstack token issue

3 token revoke

기존 토큰 폐기

openstack token revoke <token>
token
삭제할 토큰
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}