Get SaaS Info
Retrieve the information of the SaaS with the matching SaaS ID.
External Documentation
To learn more, visit the Grip Security documentation.
Parameters
Parameter | Description |
---|---|
SaaS ID | The ID of the SaaS. Can be obtained by using the Get SaaS ID action. |
Example Output
{
"id": "string",
"name": "string",
"url": "string",
"logoUrl": "string",
"gripData": {
"numberOfUsers": 0,
"SSOPercentage": 0,
"accessRemovalSupport": "supported",
"riskScore": 0,
"sanctionTag": "sanctioned",
"labels": [
"string"
],
"buisnessOwner": "string",
"firstEventTime": "2019-08-24T14:15:22Z",
"latestEventTime": "2019-08-24T14:15:22Z"
}
}
Workflow Library Example
Get Saas Info with Grip Security and Send Results Via Email
Preview this Workflow on desktop