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.
write_permitted_user_group_infos Gets the write_permitted_user_group_infos 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.
  • write_permitted_user_group_infos (list[oci.cims.models.CmosUserGroupInfo]) – The value to assign to the write_permitted_user_group_infos 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
write_permitted_user_group_infos

Gets the write_permitted_user_group_infos of this ValidationResponse. Technical support type (TECH) only: Identifier and name of the support request’s user group (userGroupId and userGroupName).

Returns:The write_permitted_user_group_infos of this ValidationResponse.
Return type:list[oci.cims.models.CmosUserGroupInfo]