Class BulkActionResource
The bulk action resource entity.
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkActionResourceProperties
EntityType
Declaration
[Required(ErrorMessage = "EntityType is required.")]
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The resource-type. To get the list of supported resource-types use {@link #listBulkActionResourceTypes(ListBulkActionResourceTypesRequest) listBulkActionResourceTypes}. | 
Remarks
Required
Identifier
Declaration
[Required(ErrorMessage = "Identifier is required.")]
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The resource OCID. | 
Remarks
Required
Metadata
Declaration
[JsonProperty(PropertyName = "metadata")]
public Dictionary<string, string> Metadata { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> |