Class BulkActionResourceType
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkActionResourceTypeProperties
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  | 
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