Show / Hide Table of Contents

Class BulkEditTagsResourceType

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

Properties

MetadataKeys

Declaration
public System.Collections.Generic.List<string> MetadataKeys { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

The metadata keys required to identify the resource.
For example, for a bucket, the value of metadataKeys will be [&quot;namespaceName&quot;, &quot;bucketName&quot;]. This information will match the API documentation. See UpdateBucket and DeleteBucket.

ResourceType

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

The unique name of the resource type.

Remarks

Required

In This Article
Back to top