Get Google Workspace Scan Rules
Gets the rules that a tenant configured for scanning Google Workspace objects.
Example
var context = PublicApi.GetContext("https://api.sp4c.storage-defender.ibm.com", "username", "password");
var profiles = context.TenantService.GetGoogleWorkspaceScanRules();
Response Information
Element | Description | Type |
---|---|---|
Id | ID of the rule | String |
Name | Name of the rule | String |
Content | Details of rule |
Class For details, refer to GsuitFilterPolicyContent Class Parameters |