API ReferenceIdentity
Get VM permission details
Get the details of a VM permission for a specific identity and VM
Path Parameters
identity*string
The git identity ID
Format
uuidvm_id*string
The VM ID
Response Body
application/json
curl -X GET "https://api.freestyle.sh/identity/v1/identities/497f6eca-6276-4993-bfeb-53cbbbba6f08/permissions/vm/string"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"vmId": "string",
"identityId": "ebc92baa-b430-498d-b30d-132ff32a5256",
"allowedUsers": [
"string"
],
"grantedAt": "2019-08-24T14:15:22Z",
"grantedBy": "f4fd0c8b-a7d2-45df-a538-55abc7bde453"
}