TenantNotFoundAuthenticateUserResult¶
- 
class oci.identity_data_plane.models.TenantNotFoundAuthenticateUserResult(**kwargs)¶
- Bases: - object- TenantNotFoundAuthenticateUserResult model. - Methods - __init__(**kwargs)- Initializes a new TenantNotFoundAuthenticateUserResult object with values from keyword arguments. - Attributes - tenant_input- [Required] Gets the tenant_input of this TenantNotFoundAuthenticateUserResult. - user_input- [Required] Gets the user_input of this TenantNotFoundAuthenticateUserResult. - 
__init__(**kwargs)¶
- Initializes a new TenantNotFoundAuthenticateUserResult 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 TenantNotFoundAuthenticateUserResult.
- user_input (str) – The value to assign to the user_input property of this TenantNotFoundAuthenticateUserResult.
 
 - 
tenant_input¶
- [Required] Gets the tenant_input of this TenantNotFoundAuthenticateUserResult. The tenant name. - Returns: - The tenant_input of this TenantNotFoundAuthenticateUserResult. - Return type: - str 
 - 
user_input¶
- [Required] Gets the user_input of this TenantNotFoundAuthenticateUserResult. The user name. - Returns: - The user_input of this TenantNotFoundAuthenticateUserResult. - Return type: - str 
 
-