Show / Hide Table of Contents

Class FoldersResource.RapidVulnerabilityDetectionSettingsResource

The "rapidVulnerabilityDetectionSettings" collection of methods.

Inheritance
object
FoldersResource.RapidVulnerabilityDetectionSettingsResource
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 FoldersResource.RapidVulnerabilityDetectionSettingsResource

Constructors

RapidVulnerabilityDetectionSettingsResource(IClientService)

Constructs a new resource.

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

Methods

Calculate(string)

Calculates the effective RapidVulnerabilityDetectionSettings 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 FoldersResource.RapidVulnerabilityDetectionSettingsResource.CalculateRequest Calculate(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
FoldersResource.RapidVulnerabilityDetectionSettingsResource.CalculateRequest
In this article
Back to top Generated by DocFX