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
Implements
IMessageBatchCreateResourceValueConfigsRequest, IEquatableBatchCreateResourceValueConfigsRequest, IDeepCloneableBatchCreateResourceValueConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
BatchCreateResourceValueConfigsRequest()
public BatchCreateResourceValueConfigsRequest()
BatchCreateResourceValueConfigsRequest(BatchCreateResourceValueConfigsRequest)
public BatchCreateResourceValueConfigsRequest(BatchCreateResourceValueConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchCreateResourceValueConfigsRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }
OrganizationLocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationLocationName |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |
Requests
public RepeatedField<CreateResourceValueConfigRequest> Requests { get; }
Required. The resource value configs to be created.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCreateResourceValueConfigRequest |