ValidationResponse¶
-
class
oci.cims.models.
ValidationResponse
(**kwargs)¶ Bases:
object
The validation response returned when checking whether the requested user is valid.
Methods
__init__
(**kwargs)Initializes a new ValidationResponse object with values from keyword arguments. Attributes
is_valid_user
Gets the is_valid_user of this ValidationResponse. -
__init__
(**kwargs)¶ Initializes a new ValidationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_valid_user (bool) – The value to assign to the is_valid_user property of this ValidationResponse.
-
is_valid_user
¶ Gets the is_valid_user of this ValidationResponse. Boolean value that indicates whether the requested user is valid.
Returns: The is_valid_user of this ValidationResponse. Return type: bool
-