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. Array of user groups that the user has access to for creating technical support type (TECH) support requests. Each user group is indicated by its identifier and name (userGroupId and userGroupName). Note: The Customer User Administrator (CUA) can manage user groups by name using My Oracle Cloud Support portal.

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