Show / Hide Table of Contents

Class BulkEditSecurityAttributeDetails

Inheritance
object
BulkEditSecurityAttributeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SecurityattributeService.Models
Assembly: OCI.DotNetSDK.Securityattribute.dll
Syntax
public class BulkEditSecurityAttributeDetails

Properties

BulkEditOperations

Declaration
[Required(ErrorMessage = "BulkEditOperations is required.")]
[JsonProperty(PropertyName = "bulkEditOperations")]
public List<BulkEditSecurityAttributeOperationDetails> BulkEditOperations { get; set; }
Property Value
Type Description
List<BulkEditSecurityAttributeOperationDetails>

The operations associated with the request to bulk edit tags.

Remarks

Required

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment where the bulk edit request is submitted.

Remarks

Required

Resources

Declaration
[Required(ErrorMessage = "Resources is required.")]
[JsonProperty(PropertyName = "resources")]
public List<BulkEditResource> Resources { get; set; }
Property Value
Type Description
List<BulkEditResource>

The resources to be updated.

Remarks

Required

In this article
Back to top