Class ValuedResource
A resource that is determined to have value to a user's system
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ValuedResource : IDirectResponseSchema
Properties
DisplayName
Human-readable name of the valued resource.
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 |
ExposedScore
Exposed score for this valued resource. A value of 0 means no exposure was detected exposure.
Declaration
[JsonProperty("exposedScore")]
public virtual double? ExposedScore { get; set; }
Property Value
Type | Description |
---|---|
double? |
Name
Valued resource name, for example, e.g.: organizations/123/simulations/456/valuedResources/789
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
The full resource name of the valued resource.
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceType
The resource type of the valued resource.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceValue
How valuable this resource is.
Declaration
[JsonProperty("resourceValue")]
public virtual string ResourceValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceValueConfigsUsed
List of resource value configurations' metadata used to determine the value of this resource. Maximum of 100.
Declaration
[JsonProperty("resourceValueConfigsUsed")]
public virtual IList<ResourceValueConfigMetadata> ResourceValueConfigsUsed { get; set; }
Property Value
Type | Description |
---|---|
IList<ResourceValueConfigMetadata> |