Class BulkEditResource
Inheritance
System.Object
BulkEditResource
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkEditResource : object
Properties
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique OCID of the resource. |
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> | Additional information that identifies the resource for bulk editing of tags. This information is provided in the resource's API documentation. |
ResourceType
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of resource. See {@link #listBulkEditTagsResourceTypes(ListBulkEditTagsResourceTypesRequest) listBulkEditTagsResourceTypes}. |
Remarks
Required