Class BulkMoveResourcesDetails
Inheritance
System.Object
BulkMoveResourcesDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class BulkMoveResourcesDetails : object
Properties
Resources
Declaration
public System.Collections.Generic.List<BulkActionResource> Resources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BulkActionResource> | The resources to be moved. |
Remarks
Required
TargetCompartmentId
Declaration
public string TargetCompartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the destination compartment into which to move the resources. |
Remarks
Required