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