Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource

The "containerThreatDetectionSettings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource
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 ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource

Constructors

ContainerThreatDetectionSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Calculate(string)

Calculates the effective ContainerThreatDetectionSettings 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 ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource.CalculateRequest Calculate(string name)
Parameters
Type Name Description
string name

Required. The name of the ContainerThreatDetectionSettings to calculate. Formats: * organizations/{organization}/containerThreatDetectionSettings * folders/{folder}/containerThreatDetectionSettings * projects/{project}/containerThreatDetectionSettings * projects/{project}/locations/{location}/clusters/{cluster}/containerThreatDetectionSettings

Returns
Type Description
ProjectsResource.LocationsResource.ClustersResource.ContainerThreatDetectionSettingsResource.CalculateRequest
In this article
Back to top Generated by DocFX