Show / Hide Table of Contents

Class BulkActionResourceTypeCollection

Collection of resource-types supported by a compartment bulk action.

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

Properties

Items

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

Collection of the resource-types supported by a compartment bulk action.

Remarks

Required

In This Article
Back to top