Class BulkActionResourceType
Inheritance
System.Object
BulkActionResourceType
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkActionResourceType : object
Properties
MetadataKeys
Declaration
public System.Collections.Generic.List<string> MetadataKeys { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.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
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the resource-type. |
Remarks
Required