Show / Hide Table of Contents

Class BulkActionResourceType

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

Properties

MetadataKeys

Declaration
[JsonProperty(PropertyName = "metadataKeys")]
public List<string> MetadataKeys { get; set; }
Property Value
Type Description
List<string>

List of metadata keys required to identify a specific resource. Some resource-types require information besides an OCID to identify a specific resource. For example, the resource-type buckets requires metadataKeys {@link #deleteBucket(DeleteBucketRequest) deleteBucket}.

Name

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

The unique name of the resource-type.

Remarks

Required

In this article
Back to top