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