Class BulkDeleteSecurityAttributesDetails
Properties for deleting security attributes in bulk.
Inherited Members
Namespace: Oci.SecurityattributeService.Models
Assembly: OCI.DotNetSDK.Securityattribute.dll
Syntax
public class BulkDeleteSecurityAttributesDetailsProperties
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