LogAnalyticsResourceCategoryDetails

class oci.log_analytics.models.LogAnalyticsResourceCategoryDetails(**kwargs)

Bases: object

Details of resource category assignments.

Methods

__init__(**kwargs) Initializes a new LogAnalyticsResourceCategoryDetails object with values from keyword arguments.

Attributes

items Gets the items of this LogAnalyticsResourceCategoryDetails.
__init__(**kwargs)

Initializes a new LogAnalyticsResourceCategoryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.log_analytics.models.LogAnalyticsResourceCategory]) – The value to assign to the items property of this LogAnalyticsResourceCategoryDetails.
items

Gets the items of this LogAnalyticsResourceCategoryDetails. An array of resources and their corresponding category assignments to update.

Returns:The items of this LogAnalyticsResourceCategoryDetails.
Return type:list[oci.log_analytics.models.LogAnalyticsResourceCategory]