5.147. 허용
역할의 특정 허용을 관리하는 서비스입니다.
이름 | 요약 |
---|---|
| 역할 허용에 대한 정보를 가져옵니다.Gets the information about the permit of the role. |
| 역할에서 허용을 제거합니다. |
5.147.1. get GET
역할 허용에 대한 정보를 가져옵니다.Gets the information about the permit of the role.
예를 들어 역할 ID 456
에서 허용에 대한 정보를 검색하려면 다음과 같이 요청을 보냅니다.
GET /ovirt-engine/api/roles/123/permits/456
<permit href="/ovirt-engine/api/roles/123/permits/456" id="456"> <name>change_vm_cd</name> <administrative>false</administrative> <role href="/ovirt-engine/api/roles/123" id="123"/> </permit>
이름 | 유형 | direction | 요약 |
---|---|---|---|
| out | 역할의 허용 |