Show / Hide Table of Contents

Class BulkActionResource

The bulk action resource entity.

Inheritance
System.Object
BulkActionResource
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkActionResource : object

Properties

EntityType

Declaration
public string EntityType { get; set; }
Property Value
Type Description
System.String

The resource-type. To get the list of supported resource-types use {@link #listBulkActionResourceTypes(ListBulkActionResourceTypesRequest) listBulkActionResourceTypes}.

Remarks

Required

Identifier

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String

The resource OCID.

Remarks

Required

Metadata

Declaration
public System.Collections.Generic.Dictionary<string, string> Metadata { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
In This Article
Back to top