Show / Hide Table of Contents

Class OrganizationsResource.SecurityHealthAnalyticsSettingsResource

The "securityHealthAnalyticsSettings" collection of methods.

Inheritance
object
OrganizationsResource.SecurityHealthAnalyticsSettingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta2
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class OrganizationsResource.SecurityHealthAnalyticsSettingsResource

Constructors

SecurityHealthAnalyticsSettingsResource(IClientService)

Constructs a new resource.

Declaration
public SecurityHealthAnalyticsSettingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Calculate(string)

Calculates the effective SecurityHealthAnalyticsSettings based on its level in the resource hierarchy and its settings. Settings provided closer to the target resource take precedence over those further away (e.g. folder will override organization level settings). The default SCC setting for the detector service defaults can be overridden at organization, folder and project levels. No assumptions should be made about the SCC defaults as it is considered an internal implementation detail.

Declaration
public virtual OrganizationsResource.SecurityHealthAnalyticsSettingsResource.CalculateRequest Calculate(string name)
Parameters
Type Name Description
string name

Required. The name of the SecurityHealthAnalyticsSettings to calculate. Formats: * organizations/{organization}/securityHealthAnalyticsSettings * folders/{folder}/securityHealthAnalyticsSettings * projects/{project}/securityHealthAnalyticsSettings

Returns
Type Description
OrganizationsResource.SecurityHealthAnalyticsSettingsResource.CalculateRequest
In this article
Back to top Generated by DocFX