Class CustomersResource.EnterpriseResource.SecurityInsightsResource
The "securityInsights" collection of methods.
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.EnterpriseResource.SecurityInsightsResource
Constructors
SecurityInsightsResource(IClientService)
Constructs a new resource.
Declaration
public SecurityInsightsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
CheckEnablementStatus(string)
Gets the setting state of the insights feature for the customer.
Declaration
public virtual CustomersResource.EnterpriseResource.SecurityInsightsResource.CheckEnablementStatusRequest CheckEnablementStatus(string customer)
Parameters
| Type | Name | Description |
|---|---|---|
| string | customer | Required. The customer to check the enablement status for. Format: customers/{customer_id} |
Returns
| Type | Description |
|---|---|
| CustomersResource.EnterpriseResource.SecurityInsightsResource.CheckEnablementStatusRequest |
Disable(GoogleChromeManagementVersionsV1DisableInsightsRequest, string)
Disables insights for the customer.
Declaration
public virtual CustomersResource.EnterpriseResource.SecurityInsightsResource.DisableRequest Disable(GoogleChromeManagementVersionsV1DisableInsightsRequest body, string customer)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleChromeManagementVersionsV1DisableInsightsRequest | body | The body of the request. |
| string | customer | Required. The customer to disable insights for. Format: customers/{customer} |
Returns
| Type | Description |
|---|---|
| CustomersResource.EnterpriseResource.SecurityInsightsResource.DisableRequest |
Enable(GoogleChromeManagementVersionsV1EnableInsightsRequest, string)
Enables insights for the customer and sets up required chrome connectors.
Declaration
public virtual CustomersResource.EnterpriseResource.SecurityInsightsResource.EnableRequest Enable(GoogleChromeManagementVersionsV1EnableInsightsRequest body, string customer)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleChromeManagementVersionsV1EnableInsightsRequest | body | The body of the request. |
| string | customer | Required. The customer to enable insights for. Format: customers/{customer} |
Returns
| Type | Description |
|---|---|
| CustomersResource.EnterpriseResource.SecurityInsightsResource.EnableRequest |