Class OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest
Creates a ResourceValueConfig for an organization. Maps user's tags to difference resource values for use by the attack path simulation.
Inheritance
OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest : SecurityCommandCenterBaseServiceRequest<BatchCreateResourceValueConfigsResponse>, IClientServiceRequest<BatchCreateResourceValueConfigsResponse>, IClientServiceRequest
Constructors
BatchCreateRequest(IClientService, BatchCreateResourceValueConfigsRequest, string)
Constructs a new BatchCreate request.
Declaration
public BatchCreateRequest(IClientService service, BatchCreateResourceValueConfigsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BatchCreateResourceValueConfigsRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchCreate parameter list.
Declaration
protected override void InitParameters()