Class OrganizationsResource.SimulationsResource.ValuedResourcesResource
The "valuedResources" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.SimulationsResource.ValuedResourcesResource
Constructors
ValuedResourcesResource(IClientService)
Constructs a new resource.
Declaration
public ValuedResourcesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
AttackPaths
Gets the AttackPaths resource.
Declaration
public virtual OrganizationsResource.SimulationsResource.ValuedResourcesResource.AttackPathsResource AttackPaths { get; }
Property Value
Type | Description |
---|---|
OrganizationsResource.SimulationsResource.ValuedResourcesResource.AttackPathsResource |
Methods
Get(string)
Get the valued resource by name
Declaration
public virtual OrganizationsResource.SimulationsResource.ValuedResourcesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of this valued resource Valid format:
|
Returns
Type | Description |
---|---|
OrganizationsResource.SimulationsResource.ValuedResourcesResource.GetRequest |
List(string)
Lists the valued resources for a set of simulation results and filter.
Declaration
public virtual OrganizationsResource.SimulationsResource.ValuedResourcesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Name of parent to list valued resources. Valid formats: |
Returns
Type | Description |
---|---|
OrganizationsResource.SimulationsResource.ValuedResourcesResource.ListRequest |