Show / Hide Table of Contents

Class Framework

Compliance framework associated with the finding.

Inheritance
object
Framework
Implements
IDirectResponseSchema
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.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class Framework : IDirectResponseSchema

Properties

Category

Category of the framework associated with the finding. E.g. Security Benchmark, or Assured Workloads

Declaration
[JsonProperty("category")]
public virtual IList<string> Category { get; set; }
Property Value
Type Description
IList<string>

Controls

The controls associated with the framework.

Declaration
[JsonProperty("controls")]
public virtual IList<Control> Controls { get; set; }
Property Value
Type Description
IList<Control>

DisplayName

Display name of the framework. For a standard framework, this will look like e.g. PCI DSS 3.2.1, whereas for a custom framework it can be a user defined string like MyFramework

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Name of the framework associated with the finding

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Type

Type of the framework associated with the finding, to specify whether the framework is built-in (pre-defined and immutable) or a custom framework defined by the customer (equivalent to security posture)

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX