RoleGrantPathCollection

class oci.data_safe.models.RoleGrantPathCollection(**kwargs)

Bases: object

A collection of role grant path summary objects.

Methods

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

Attributes

items [Required] Gets the items of this RoleGrantPathCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.data_safe.models.RoleGrantPathSummary]) – The value to assign to the items property of this RoleGrantPathCollection.
items

[Required] Gets the items of this RoleGrantPathCollection. An array of grant path summary objects.

Returns:The items of this RoleGrantPathCollection.
Return type:list[oci.data_safe.models.RoleGrantPathSummary]