Class ValuedResource
Inheritance
ValuedResource
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ValuedResource : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExposedScore
Declaration
[JsonProperty("exposedScore")]
public virtual double? ExposedScore { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Resource
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
ResourceType
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
ResourceValue
Declaration
[JsonProperty("resourceValue")]
public virtual string ResourceValue { get; set; }
Property Value
ResourceValueConfigsUsed
Declaration
[JsonProperty("resourceValueConfigsUsed")]
public virtual IList<ResourceValueConfigMetadata> ResourceValueConfigsUsed { get; set; }
Property Value
Implements