How can you email the SecOps team when a new SaaS app is discovered, AND give them the option to allow or block automatically? Watch to find out...!
Here's the JSON schema I show in the video, special thanks to the individuals that helped me with this!
{
"type": "object",
"properties": {
"Type": {
"type": "string"
},
"AppId": {
"type": "integer"
},
"Name": {
"type": "string"
},
"Domains": {
"type": "array",
"items": {
"type": "string"
}
}
}
}