Show / Hide Table of Contents

Class BulkDeleteSecurityAttributesDetails

Properties for deleting security attributes in bulk.

Inheritance
object
BulkDeleteSecurityAttributesDetails
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 BulkDeleteSecurityAttributesDetails

Properties

SecurityAttributeIds

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

The OCIDs of the security attributes to delete.

Remarks

Required

In this article
Back to top