getAppOwners
Examples
query GetAppOwners($getAppOwnersInput: GetAppOwnersInput) {
getAppOwners(getAppOwnersInput: $getAppOwnersInput) {
name
email
roles
}
}{
"getAppOwnersInput": {
"scanId": "c9da693d-8906-4a32-93c9-2ffdb1cebb99"
}
}curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "query GetAppOwners($getAppOwnersInput: GetAppOwnersInput) { getAppOwners(getAppOwnersInput: $getAppOwnersInput) { name email roles } }",
"variables": {
"getAppOwnersInput": {
"scanId": "c9da693d-8906-4a32-93c9-2ffdb1cebb99"
}
}
}'Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
