AccessibleCompartmentResponse¶
-
class
oci.identity_data_plane.models.
AccessibleCompartmentResponse
(**kwargs)¶ Bases:
object
AccessibleCompartmentResponse model.
Methods
__init__
(**kwargs)Initializes a new AccessibleCompartmentResponse object with values from keyword arguments. Attributes
compartments_metadata
[Required] Gets the compartments_metadata of this AccessibleCompartmentResponse. -
__init__
(**kwargs)¶ Initializes a new AccessibleCompartmentResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: compartments_metadata (list[oci.identity_data_plane.models.CompartmentMetadata]) – The value to assign to the compartments_metadata property of this AccessibleCompartmentResponse.
-
compartments_metadata
¶ [Required] Gets the compartments_metadata of this AccessibleCompartmentResponse. The compartments metadata.
Returns: The compartments_metadata of this AccessibleCompartmentResponse. Return type: list[oci.identity_data_plane.models.CompartmentMetadata]
-