Show / Hide Table of Contents

Class BulkEditTagsDetails

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

Properties

BulkEditOperations

Declaration
public System.Collections.Generic.List<BulkEditOperationDetails> BulkEditOperations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<BulkEditOperationDetails>

The operations associated with the request to bulk edit tags.

Remarks

Required

CompartmentId

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

The OCID of the compartment where the bulk tag edit request is submitted.

Remarks

Required

Resources

Declaration
public System.Collections.Generic.List<BulkEditResource> Resources { get; set; }
Property Value
Type Description
System.Collections.Generic.List<BulkEditResource>

The resources to be updated.

Remarks

Required

In This Article
Back to top