CompartmentInternal

class oci.core.models.CompartmentInternal(**kwargs)

Bases: object

Helper definition required to perform authZ using SPLAT expressions on a Compartment

Methods

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

Attributes

id Gets the id of this CompartmentInternal.
__init__(**kwargs)

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

Parameters:id (str) – The value to assign to the id property of this CompartmentInternal.
id

Gets the id of this CompartmentInternal. The OCID of the compartment.

Returns:The id of this CompartmentInternal.
Return type:str