EntityStatus¶
-
class
oci.identity_data_plane.models.
EntityStatus
(**kwargs)¶ Bases:
object
EntityStatus model.
Methods
__init__
(**kwargs)Initializes a new EntityStatus object with values from keyword arguments. Attributes
inactive_bit_mask
[Required] Gets the inactive_bit_mask of this EntityStatus. status
[Required] Gets the status of this EntityStatus. -
__init__
(**kwargs)¶ Initializes a new EntityStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status (str) – The value to assign to the status property of this EntityStatus.
- inactive_bit_mask (int) – The value to assign to the inactive_bit_mask property of this EntityStatus.
-
inactive_bit_mask
¶ [Required] Gets the inactive_bit_mask of this EntityStatus. A bit mask showing the reason why the entity is inactive: - bit 0: ACTIVE - bit 1: SUSPENDED - bit 2: DISABLED - bit 3: BLOCKED - bit 4: LOCKED
Returns: The inactive_bit_mask of this EntityStatus. Return type: int
-
status
¶ [Required] Gets the status of this EntityStatus. The entity status.
Returns: The status of this EntityStatus. Return type: str
-