UpdateStateDetails

class oci.identity.models.UpdateStateDetails(**kwargs)

Bases: object

UpdateStateDetails model.

Methods

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

Attributes

blocked Gets the blocked of this UpdateStateDetails.
__init__(**kwargs)

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

Parameters:blocked (bool) – The value to assign to the blocked property of this UpdateStateDetails.
blocked

Gets the blocked of this UpdateStateDetails. Update state to blocked or unblocked. Only “false” is supported (for changing the state to unblocked).

Returns:The blocked of this UpdateStateDetails.
Return type:bool