UserNotFoundAuthenticateUserResult¶
-
class
oci.identity_data_plane.models.
UserNotFoundAuthenticateUserResult
(**kwargs)¶ Bases:
object
UserNotFoundAuthenticateUserResult model.
Methods
__init__
(**kwargs)Initializes a new UserNotFoundAuthenticateUserResult object with values from keyword arguments. Attributes
resolved_tenant_id
[Required] Gets the resolved_tenant_id of this UserNotFoundAuthenticateUserResult. tenant_input
[Required] Gets the tenant_input of this UserNotFoundAuthenticateUserResult. user_input
[Required] Gets the user_input of this UserNotFoundAuthenticateUserResult. -
__init__
(**kwargs)¶ Initializes a new UserNotFoundAuthenticateUserResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tenant_input (str) – The value to assign to the tenant_input property of this UserNotFoundAuthenticateUserResult.
- user_input (str) – The value to assign to the user_input property of this UserNotFoundAuthenticateUserResult.
- resolved_tenant_id (str) – The value to assign to the resolved_tenant_id property of this UserNotFoundAuthenticateUserResult.
-
resolved_tenant_id
¶ [Required] Gets the resolved_tenant_id of this UserNotFoundAuthenticateUserResult. The resolved tenant id.
Returns: The resolved_tenant_id of this UserNotFoundAuthenticateUserResult. Return type: str
-
tenant_input
¶ [Required] Gets the tenant_input of this UserNotFoundAuthenticateUserResult. The tenant name.
Returns: The tenant_input of this UserNotFoundAuthenticateUserResult. Return type: str
-
user_input
¶ [Required] Gets the user_input of this UserNotFoundAuthenticateUserResult. The user name.
Returns: The user_input of this UserNotFoundAuthenticateUserResult. Return type: str
-