Security Command Center v2 API - Class BatchCreateResourceValueConfigsRequest (1.0.0-beta01)

public sealed class BatchCreateResourceValueConfigsRequest : IMessage<BatchCreateResourceValueConfigsRequest>, IEquatable<BatchCreateResourceValueConfigsRequest>, IDeepCloneable<BatchCreateResourceValueConfigsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Command Center v2 API class BatchCreateResourceValueConfigsRequest.

Request message to create multiple resource value configs

Inheritance

object > BatchCreateResourceValueConfigsRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

BatchCreateResourceValueConfigsRequest()

public BatchCreateResourceValueConfigsRequest()

BatchCreateResourceValueConfigsRequest(BatchCreateResourceValueConfigsRequest)

public BatchCreateResourceValueConfigsRequest(BatchCreateResourceValueConfigsRequest other)
Parameter
NameDescription
otherBatchCreateResourceValueConfigsRequest

Properties

Parent

public string Parent { get; set; }

Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.

Property Value
TypeDescription
string

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

Requests

public RepeatedField<CreateResourceValueConfigRequest> Requests { get; }

Required. The resource value configs to be created.

Property Value
TypeDescription
RepeatedFieldCreateResourceValueConfigRequest